ADD kill, death, assist stats

This commit is contained in:
2025-04-27 16:31:09 +02:00
parent 4deabdc16f
commit b576537fb5
6 changed files with 40 additions and 12 deletions

View File

@@ -14,6 +14,10 @@ class Player:
self.is_shooting = False
self.current_weapon = None
self.kills = 0
self.deaths = 0
self.assists = 0
## UI-related state
self.is_selected = False
self.is_hovered = False