REFACTOR assets

This commit is contained in:
2025-05-01 13:14:46 +02:00
parent 5abf81c6cb
commit 98e44a6cf8
27 changed files with 55 additions and 42 deletions

View File

@@ -13,6 +13,11 @@ class Player:
self.dead = False
self.is_shooting = False
self.current_weapon = None
self.has_bomb = False
self.is_planting = False
self.has_defuser = False
self.is_defusing = False
self.inventory = []
self.kills = 0
self.deaths = 0