feat: let the player live as a citizen with needs and carried inventory

This commit is contained in:
Rijad Zuzo
2026-08-11 00:18:39 +02:00
parent f72aa659d2
commit 37f262fb84
20 changed files with 746 additions and 90 deletions
+1
View File
@@ -2,6 +2,7 @@ class_name SimulationIds
extends RefCounted
const PLAYER_ACTOR_ID := -1
const PLAYER_INVENTORY_ID := &"player_inventory"
const ACTION_IDLE := &"idle"
const ACTION_DEAD := &"dead"