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