REFACTOR settings into controller and renderer

This commit is contained in:
2025-04-22 17:38:04 +02:00
parent 5d1da9e299
commit 9d440f6f21
4 changed files with 67 additions and 37 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,
# Map Coordinate Helper Class
self.map_coord_controller = MapCoordConverter(self.screen.get_width(), self.screen.get_height(), match_data_path, match_image_path)
# Renderers