X-Git-Url: http://git.purplebirdman.com/frog-ninja.git/blobdiff_plain/3e5544fd02215b6a59b09e8eaf826916237ca455..9fac9f2c3ccbba52e1e450f5b9dde7a52336fa57:/player/moves/fall.gd diff --git a/player/moves/fall.gd b/player/moves/fall.gd index 034f41f..205f194 100644 --- a/player/moves/fall.gd +++ b/player/moves/fall.gd @@ -8,4 +8,4 @@ func update(_input: InputPacket, delta: float): func on_enter_state(): - player.skin.transition_falling() + player.skin.transition_fall()