Added Game_World_Player and dying/respawning.
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
typedef struct {
|
||||
bool active;
|
||||
|
||||
Entity_ID entity_id;
|
||||
Game_World_Player *game_world_player;
|
||||
|
||||
Simulation_Game_Input input;
|
||||
|
||||
// score, name etc.
|
||||
|
||||
} Simulation_Player;
|
||||
|
||||
Reference in New Issue
Block a user