diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-22 19:38:00 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-22 19:38:00 -0500 |
commit | f1ff8070137eed75ff83a7c1728e9901eaaf2b67 (patch) | |
tree | 7d9f401b0631d40dae9096ad2855eadf9598ccba /src/editorui/paths.py | |
parent | 14d01db86091a4cbe4ce31f15f1a5e95ae31025e (diff) | |
download | koopatlas-f1ff8070137eed75ff83a7c1728e9901eaaf2b67.tar.gz koopatlas-f1ff8070137eed75ff83a7c1728e9901eaaf2b67.zip |
added in new fields hasSecret, delay, delayOffset
Diffstat (limited to 'src/editorui/paths.py')
-rw-r--r-- | src/editorui/paths.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editorui/paths.py b/src/editorui/paths.py index e402eb8..a40ab2b 100644 --- a/src/editorui/paths.py +++ b/src/editorui/paths.py @@ -410,8 +410,8 @@ class KPEditorPath(QtGui.QGraphicsLineItem): Layout = QtGui.QGridLayout() # Make an exclusive button group for our animations. - AnimationList = ["Walk", "WalkSand", "WalkSnow", "WalkIce", - "Jump", "JumpSand", "JumpSnow", "SpinJump", + AnimationList = ["Walk", "WalkSand", "WalkSnow", "WalkWater", + "Jump", "JumpSand", "JumpSnow", "JumpWater", "Ladder", "LadderLeft", "LadderRight", "Fall", "Swim", "Run", "Pipe", "Door"] |