feat: Player controller

This commit is contained in:
2025-10-05 18:05:01 +01:00
parent 98095c907f
commit e20e537e97
9 changed files with 89 additions and 47 deletions

View File

@@ -24,7 +24,7 @@ struct World {
//// NPCs
U32 npcCount;
NPC npcs[128];
NPC npcs[1024];
////Bandit
// The bandit the player is after.