You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 5, in
main()
File "E:\PythonPlantsVsZombies-master\source\main.py", line 14, in main
game.main()
File "E:\PythonPlantsVsZombies-master\source\tool.py", line 82, in main
self.update()
File "E:\PythonPlantsVsZombies-master\source\tool.py", line 54, in update
self.flip_state()
File "E:\PythonPlantsVsZombies-master\source\tool.py", line 64, in flip_state
self.state.startup(self.current_time, persist)
File "E:\PythonPlantsVsZombies-master\source\state\level.py", line 21, in startup
self.loadMap()
File "E:\PythonPlantsVsZombies-master\source\state\level.py", line 28, in loadMap
f = open(file_path)
FileNotFoundError: [Errno 2] No such file or directory: 'source\data\map\level_6.json'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "main.py", line 5, in
main()
File "E:\PythonPlantsVsZombies-master\source\main.py", line 14, in main
game.main()
File "E:\PythonPlantsVsZombies-master\source\tool.py", line 82, in main
self.update()
File "E:\PythonPlantsVsZombies-master\source\tool.py", line 54, in update
self.flip_state()
File "E:\PythonPlantsVsZombies-master\source\tool.py", line 64, in flip_state
self.state.startup(self.current_time, persist)
File "E:\PythonPlantsVsZombies-master\source\state\level.py", line 21, in startup
self.loadMap()
File "E:\PythonPlantsVsZombies-master\source\state\level.py", line 28, in loadMap
f = open(file_path)
FileNotFoundError: [Errno 2] No such file or directory: 'source\data\map\level_6.json'
The text was updated successfully, but these errors were encountered: