npc and bandit dressup, bits of UI added, WIP NPC interaction

This commit is contained in:
2025-10-06 23:08:15 +01:00
parent f18d9d2b0e
commit 7f77d7ad52
13 changed files with 166 additions and 58 deletions

View File

@@ -34,6 +34,9 @@ struct Player
U32 health;
F32 reloadTimer;
U32 *knownDetails;
U32 detailCount;
};
function void PlayerInit(G_State *game, Player *player);