X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/92f6f55bfa3f838fcbcb445a2bc2a271398c45fd..e290448c2414d818fc183725d32150218218b7a3:/player/model.gd diff --git a/player/model.gd b/player/model.gd index c3657b0..862eb64 100644 --- a/player/model.gd +++ b/player/model.gd @@ -7,6 +7,7 @@ class_name PlayerModel @onready var moves: Dictionary = { "idle": $Idle, "walk": $Walk, + "slash": $Slash, "dash": $Dash, "fall": $Fall }