From f1ff8070137eed75ff83a7c1728e9901eaaf2b67 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Sun, 22 Jul 2012 19:38:00 -0500 Subject: added in new fields hasSecret, delay, delayOffset --- src/editorui/paths.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/editorui') 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"] -- cgit v1.2.3