summaryrefslogtreecommitdiff
path: root/src/mapdata.py
diff options
context:
space:
mode:
authorColin Noga <Tempus@Spectrum-Song.local>2011-11-21 04:37:17 -0600
committerColin Noga <Tempus@Spectrum-Song.local>2011-11-21 04:37:17 -0600
commit63ba5f8a58bd26f42712ca61d7d18a1858083443 (patch)
treefd70a92a46e50ad6bc8fec5f357dd71a7c903211 /src/mapdata.py
parentb24dea2418cac600a2ec719329cfef55f8f66ef8 (diff)
downloadkoopatlas-63ba5f8a58bd26f42712ca61d7d18a1858083443.tar.gz
koopatlas-63ba5f8a58bd26f42712ca61d7d18a1858083443.zip
Made paths and nodes much cooler
Diffstat (limited to '')
-rw-r--r--src/mapdata.py1
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