X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/e290448c2414d818fc183725d32150218218b7a3..9fac9f2c3ccbba52e1e450f5b9dde7a52336fa57:/player/model.gd?ds=sidebyside 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 }