Fixed error
This commit is contained in:
parent
7a2e1173d9
commit
2fc864ed18
|
@ -11,7 +11,7 @@ class Map:
|
|||
height: int
|
||||
tiles: list
|
||||
|
||||
def __init__(self, width: int, height: int, tiles: list, entities = []: list):
|
||||
def __init__(self, width: int, height: int, tiles: list, entities = []):
|
||||
self.width = width
|
||||
self.height = height
|
||||
self.tiles = tiles
|
||||
|
|
Loading…
Reference in New Issue