PATCH incorrect names

This commit is contained in:
2025-04-20 17:04:51 +02:00
parent 5eb4a74618
commit 40b86ebf86
3 changed files with 10 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
import pygame
from utils.json_object import JSONObject
from controllers.map_coord_controller import MapCoordController
class MapRenderer:
def __init__(self, screen, map_data_path, map_image_path):