]> Untitled Git - frog-ninja.git/blobdiff - player/moves/fall.gd
Separated the Visual from the Model
[frog-ninja.git] / player / moves / fall.gd
index 56e321519751582fb8276b01215356a1f87484c7..70765e567cf185e1fd886b5621606139e2e82955 100644 (file)
@@ -28,7 +28,3 @@ func update(_input: InputPacket, delta: float):
                        landing_type = "fallToLanding"
        
        player.move_and_slide()
-
-
-func on_enter_state():
-       player.skin.transition_fall()