ADD armour value & PATCH freezing bug

This commit is contained in:
2025-04-27 01:29:41 +02:00
parent 7c63bc781c
commit efdaee6147
4 changed files with 7 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ class Player:
self.yaw = yaw # Probably only need this if top-down
self.health = 100
self.armour = 0
self.dead = False
self.is_shooting = False
self.current_weapon = None