diff options
Diffstat (limited to 'src/mapdata.py')
-rw-r--r-- | src/mapdata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapdata.py b/src/mapdata.py index e864df0..a50c98e 100644 --- a/src/mapdata.py +++ b/src/mapdata.py @@ -165,6 +165,7 @@ class KPNode(object): self.position = (0,0) self.actions = [] self.exits = [] + self.level = [0,0] self.isStop = False |