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