X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/e290448c2414d818fc183725d32150218218b7a3..9fac9f2c3ccbba52e1e450f5b9dde7a52336fa57:/player/moves/Move.gd?ds=inline diff --git a/player/moves/Move.gd b/player/moves/Move.gd index 1e6f0fa..c914e9e 100644 --- a/player/moves/Move.gd +++ b/player/moves/Move.gd @@ -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):