WIP GameLib_RemoveEntity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user