ADD player state tracking

This commit is contained in:
2025-04-26 20:05:26 +02:00
parent 43c23d8e60
commit e6e1985a4f
8 changed files with 66 additions and 13 deletions

View File

@@ -11,6 +11,7 @@ class Player:
self.health = 100
self.dead = False
self.is_shooting = False
self.current_weapon = None
## UI-related state
self.is_selected = False