Merge branch 'MapNew' of https://git.wmi.amu.edu.pl/s444409/DSZI_Survival into MapNew
Conflicts: src/game/Map.py src/game/TerrainTile.py
This commit is contained in:
commit
6c702dca51
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/.idea/
|
||||
__pycache__
|
||||
|
@ -42,7 +42,7 @@ class Game:
|
||||
|
||||
# Start Map implement
|
||||
self.mapDataFolder = path.dirname("../data/mapdata/")
|
||||
self.map = Map(path.join(self.mapDataFolder, 'map.txt'), self, self.screen)
|
||||
self.map = Map(path.join(self.mapDataFolder, 'map.txt'), self.screen)
|
||||
# End Map implement
|
||||
|
||||
self.mainLoop()
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user