diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-11-21 04:37:17 -0600 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-11-21 04:37:17 -0600 |
commit | 63ba5f8a58bd26f42712ca61d7d18a1858083443 (patch) | |
tree | fd70a92a46e50ad6bc8fec5f357dd71a7c903211 /src/mapdata.py | |
parent | b24dea2418cac600a2ec719329cfef55f8f66ef8 (diff) | |
download | koopatlas-63ba5f8a58bd26f42712ca61d7d18a1858083443.tar.gz koopatlas-63ba5f8a58bd26f42712ca61d7d18a1858083443.zip |
Made paths and nodes much cooler
Diffstat (limited to '')
-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 |