X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/7517990b3fac223e853c698ad7e30798a8c3d0c9..3e5544fd02215b6a59b09e8eaf826916237ca455:/player/model.gd diff --git a/player/model.gd b/player/model.gd index 862eb64..71415a6 100644 --- a/player/model.gd +++ b/player/model.gd @@ -8,6 +8,7 @@ class_name PlayerModel "idle": $Idle, "walk": $Walk, "slash": $Slash, + "shoot": $Shoot, "dash": $Dash, "fall": $Fall }