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