X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/e290448c2414d818fc183725d32150218218b7a3..3e5544fd02215b6a59b09e8eaf826916237ca455:/player/moves/Move.gd?ds=inline diff --git a/player/moves/Move.gd b/player/moves/Move.gd index 1e6f0fa..42cf711 100644 --- a/player/moves/Move.gd +++ b/player/moves/Move.gd @@ -11,6 +11,7 @@ static var moves_priority: Dictionary = { "idle": 0, "walk": 1, "slash": 2, + "shoot": 3, "fall": 50, "dash": 100 }