This commit is contained in:
shiva404
2026-02-22 23:30:55 +03:00
parent 2b114ddd2d
commit 0d9b052aca
3 changed files with 10 additions and 25 deletions

View File

@@ -17,8 +17,10 @@ sprites_dir = os.path.join(main_dir, "res", "sprites")
#class Render
#class ObjectManager
#class MapManager
#class Event
#class EventManager
#class Control
@dataclass
@@ -109,8 +111,6 @@ class Map:
if cell.creature_obj and cell.creature_obj.current_target:
cell.creature_obj.update(time_delta, self.cell_size, self) # self!
def draw_map(self, screen, current_frame, grid=True):
terrain_list = []
creature_list = []