ADD show health option

This commit is contained in:
2025-04-20 21:45:41 +02:00
parent 40b86ebf86
commit 69cae0044a
6 changed files with 28 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ class Game(GameState):
match_data_path = f"maps/{self.match.map_name}.json"
match_image_path = f"maps/{self.match.map_name}.png"
# Map Coordinate Helper Class, misnamed
# Map Coordinate Helper Class,
self.map_coord_controller = MapCoordConverter(self.screen.get_width(), self.screen.get_height(), match_data_path, match_image_path)
# Renderers