feat: added Layers.h and defined PHYSICS_LAYER_COMBAT
This commit is contained in:
parent
2bf6bea14f
commit
fbdfef79a2
6
game/src/Layers.h
Normal file
6
game/src/Layers.h
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#ifndef FIGHT_LAYERS_H
|
||||||
|
#define FIGHT_LAYERS_H
|
||||||
|
|
||||||
|
#define PHYSICS_LAYER_COMBAT 0x2
|
||||||
|
|
||||||
|
#endif // !FIGHT_LAYERS_H
|
Loading…
Reference in a new issue