revoke doublejump when entering tube

This commit is contained in:
Haze Weathers 2023-01-23 04:05:56 -05:00
parent 74ba29d1d1
commit 4da0b33282

View file

@ -282,6 +282,7 @@ func enter_transport(speed, direction):
transport_speed = speed
transport_direction = direction
current_state = State.TRANSPORT
can_doublejump = false
anims.play("doublejump")
func exit_transport():