WIP GameLib_RemoveEntity

This commit is contained in:
2024-10-09 01:54:04 +02:00
parent 40130b9bb8
commit 89823eb99d
3 changed files with 33 additions and 3 deletions

View File

@@ -11,9 +11,9 @@
////////////////////////////////////////////////
// Entity
//
#define EntityFlag_Collision 1
#define EntityFlag_Overlap 2
#define EntityFlag_Light 4
#define EntityFlag_Collision 0x00000001
#define EntityFlag_Overlap 0x00000002
#define EntityFlag_Light 0x00000004
#define EntityFlag_BlockTop 0x00000100
#define EntityFlag_BlockRight 0x00000200
#define EntityFlag_BlockBottom 0x00000400