X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/3701448ba7e2410adf79dd4a326c0d47a9cc8240..e290448c2414d818fc183725d32150218218b7a3:/player/moves/Move.gd diff --git a/player/moves/Move.gd b/player/moves/Move.gd index 66916c4..1e6f0fa 100644 --- a/player/moves/Move.gd +++ b/player/moves/Move.gd @@ -10,8 +10,9 @@ var camera: Camera3D static var moves_priority: Dictionary = { "idle": 0, "walk": 1, - "dash": 2, - "fall": 100 + "slash": 2, + "fall": 50, + "dash": 100 } static func moves_priority_sort(a: String, b: String):