mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-10 20:05:22 -06:00
forgot to remove get_lists function
This commit is contained in:
@@ -62,8 +62,6 @@ class Dungeon(object):
|
|||||||
# self.level_count, self.size = level_count, size
|
# self.level_count, self.size = level_count, size
|
||||||
# self.levels = [[None for y in range(size)] for x in range(size)] # array[x][y] style access
|
# self.levels = [[None for y in range(size)] for x in range(size)] # array[x][y] style access
|
||||||
|
|
||||||
def get_lists(self):
|
|
||||||
return self.floor_list, self.wall_list
|
|
||||||
|
|
||||||
def render(self) -> None:
|
def render(self) -> None:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user