]> Untitled Git - frog-ninja.git/blobdiff - player/model.gd
Added shooting, more proper sword stuff
[frog-ninja.git] / player / model.gd
index c3657b06b484102e140754cd92346a4d1543bf0d..71415a674d15aa1c64f5ea8df6724a601eb4d0d4 100644 (file)
@@ -7,6 +7,8 @@ class_name PlayerModel
 @onready var moves: Dictionary = {
        "idle": $Idle,
        "walk": $Walk,
+       "slash": $Slash,
+       "shoot": $Shoot,
        "dash": $Dash,
        "fall": $Fall
 }