X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/3701448ba7e2410adf79dd4a326c0d47a9cc8240..9fac9f2c3ccbba52e1e450f5b9dde7a52336fa57:/player/model.gd diff --git a/player/model.gd b/player/model.gd index c3657b0..71415a6 100644 --- a/player/model.gd +++ b/player/model.gd @@ -7,6 +7,8 @@ class_name PlayerModel @onready var moves: Dictionary = { "idle": $Idle, "walk": $Walk, + "slash": $Slash, + "shoot": $Shoot, "dash": $Dash, "fall": $Fall }