]> Untitled Git - frog-ninja.git/blobdiff - player/moves/Move.gd
Added shooting, more proper sword stuff
[frog-ninja.git] / player / moves / Move.gd
index 12814780b1c4a9431135bfc1228ac5735513e936..42cf711c27a5cc71043d43addcb78bef286c3149 100644 (file)
@@ -10,6 +10,8 @@ var camera: Camera3D
 static var moves_priority: Dictionary = {
        "idle": 0,
        "walk": 1,
+       "slash": 2,
+       "shoot": 3,
        "fall": 50,
        "dash": 100
 }