feat: different rooms added

feat: shooting bandit added
This commit is contained in:
2025-10-05 23:36:50 +01:00
parent 319bb441ed
commit 64a84e3a8d
7 changed files with 37 additions and 16 deletions

View File

@@ -14,6 +14,7 @@ struct Bandit {
//// Personal
AABB collision;
Str8 name;
World_Area currentArea;
//// Actions
BANDIT_ACTION mode;