ADD hover function to each player

This commit is contained in:
2025-04-18 16:08:02 +02:00
parent fcf390542b
commit 0e35226e96
4 changed files with 43 additions and 2 deletions

View File

@@ -12,4 +12,8 @@ class Player:
self.dead = False
self.is_shooting = False
## UI-related state
self.is_selected = False
self.is_hovered = False