mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 10:59:48 +00:00
Merge branch 'develop' of github.com:AnonymusRaccoon/Bomberman into opti
This commit is contained in:
@@ -52,11 +52,12 @@ namespace BBM
|
||||
|
||||
// interact with bombs & stop the explosion
|
||||
constexpr const char Blowable[] = "Blowable";
|
||||
// interact with visual features like camera
|
||||
constexpr const char Player[] = "Player";
|
||||
constexpr const char Unbreakable[] = "Unbreakable";
|
||||
constexpr const char Breakable[] = "Breakable";
|
||||
constexpr const char Hole[] = "Hole";
|
||||
constexpr const char Bumper[] = "Bumper";
|
||||
constexpr const char Player[] = "Player";
|
||||
// interact with bombs (getting damage etc) but doesn't stop explosion
|
||||
constexpr const char BlowablePass[] = "BlowablePass";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user