]> Untitled Git - frog-ninja.git/blobdiff - player/moves/Move.gd
Added interpolated dashing
[frog-ninja.git] / player / moves / Move.gd
index 66916c4aaf1a284ef69a33a06c8d8e9d1035e782..12814780b1c4a9431135bfc1228ac5735513e936 100644 (file)
@@ -10,8 +10,8 @@ var camera: Camera3D
 static var moves_priority: Dictionary = {
        "idle": 0,
        "walk": 1,
 static var moves_priority: Dictionary = {
        "idle": 0,
        "walk": 1,
-       "dash": 2,
-       "fall": 100
+       "fall": 50,
+       "dash": 100
 }
 
 static func moves_priority_sort(a: String, b: String):
 }
 
 static func moves_priority_sort(a: String, b: String):