]> Untitled Git - frog-ninja.git/blobdiff - player/moves/Move.gd
Cleaned up animation associations with states
[frog-ninja.git] / player / moves / Move.gd
index 1e6f0fade38c0536df147d0ba08773868005e69b..c914e9e3dad10365069491e10fd70617d926a551 100644 (file)
@@ -11,8 +11,9 @@ static var moves_priority: Dictionary = {
        "idle": 0,
        "walk": 1,
        "slash": 2,
-       "fall": 50,
-       "dash": 100
+       "shoot": 3,
+       "dash": 50,
+       "fall": 100,
 }
 
 static func moves_priority_sort(a: String, b: String):