Enemy swarm movement
This commit is contained in:
@@ -7,6 +7,8 @@ enum {
|
||||
COLL_LAYER_TRANSPARENCY = 7,
|
||||
};
|
||||
|
||||
#define PLAYER_ENEMY PLAYER_BLUE
|
||||
|
||||
typedef enum Player {
|
||||
PLAYER_RED = 0,
|
||||
PLAYER_BLUE = 1,
|
||||
|
||||
Reference in New Issue
Block a user