undo static method - will resolve into proper static method later

This commit is contained in:
Xevion
2020-04-20 01:01:30 -05:00
parent 6d57520dc7
commit 0fb15c7698

View File

@@ -100,8 +100,7 @@ class Level:
self.wall_list = []
# self.entrances = []
@staticmethod
def load_file(path: str) -> Level:
def load_file(self, path: str):
"""
Builds a Level from a given file path.