diff options
Diffstat (limited to '')
-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"] |