From fbdfef79a224b00a12622d4ee79f8b1680cf3181 Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 29 Nov 2023 14:13:18 +0100 Subject: [PATCH] feat: added Layers.h and defined PHYSICS_LAYER_COMBAT --- game/src/Layers.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 game/src/Layers.h diff --git a/game/src/Layers.h b/game/src/Layers.h new file mode 100644 index 0000000..9983988 --- /dev/null +++ b/game/src/Layers.h @@ -0,0 +1,6 @@ +#ifndef FIGHT_LAYERS_H +#define FIGHT_LAYERS_H + +#define PHYSICS_LAYER_COMBAT 0x2 + +#endif // !FIGHT_LAYERS_H \ No newline at end of file