summaryrefslogtreecommitdiff
path: root/src/editorui/paths.py
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-07-22 19:38:00 -0500
committerColin Noga <Tempus@chronometry.ca>2012-07-22 19:38:00 -0500
commitf1ff8070137eed75ff83a7c1728e9901eaaf2b67 (patch)
tree7d9f401b0631d40dae9096ad2855eadf9598ccba /src/editorui/paths.py
parent14d01db86091a4cbe4ce31f15f1a5e95ae31025e (diff)
downloadkoopatlas-f1ff8070137eed75ff83a7c1728e9901eaaf2b67.tar.gz
koopatlas-f1ff8070137eed75ff83a7c1728e9901eaaf2b67.zip
added in new fields hasSecret, delay, delayOffset
Diffstat (limited to '')
-rw-r--r--src/editorui/paths.py4
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"]