revoke doublejump when entering tube
This commit is contained in:
parent
74ba29d1d1
commit
4da0b33282
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ func enter_transport(speed, direction):
|
||||||
transport_speed = speed
|
transport_speed = speed
|
||||||
transport_direction = direction
|
transport_direction = direction
|
||||||
current_state = State.TRANSPORT
|
current_state = State.TRANSPORT
|
||||||
|
can_doublejump = false
|
||||||
anims.play("doublejump")
|
anims.play("doublejump")
|
||||||
|
|
||||||
func exit_transport():
|
func exit_transport():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue