X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/8225ba902c437bcadc8735df85a340e8bd10ed3d..2e697142bf5e1b94429281572bdc1cbf5868d5ce:/player/moves/fall.gd diff --git a/player/moves/fall.gd b/player/moves/fall.gd index 56e3215..70765e5 100644 --- a/player/moves/fall.gd +++ b/player/moves/fall.gd @@ -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()