Added Game_World_Player and dying/respawning.

This commit is contained in:
2025-12-18 15:59:14 +01:00
parent 0074ecd57b
commit cd507c544d
11 changed files with 298 additions and 187 deletions

View File

@@ -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;