]> Untitled Git - frog-ninja.git/blobdiff - player/moves/Move.gd
Made Model its own scene
[frog-ninja.git] / player / moves / Move.gd
index c914e9e3dad10365069491e10fd70617d926a551..225bcf558e4a5d7d4607ac056dbd278639abee45 100644 (file)
@@ -14,6 +14,8 @@ static var moves_priority: Dictionary = {
        "shoot": 3,
        "dash": 50,
        "fall": 100,
+       "fallToLanding": 101,
+       "fallToRoll": 102,
 }
 
 static func moves_priority_sort(a: String, b: String):