forked from team-sg/hero-mark-2
changed level data
This commit is contained in:
parent
9e24f35c03
commit
71880a48d8
9 changed files with 166 additions and 15 deletions
|
@ -156,9 +156,9 @@ func _process_climb():
|
|||
if axis.y == -1:
|
||||
#Auto Jump
|
||||
velocity.y = -jump_force
|
||||
Game.ac_climb.set_stream(null)
|
||||
Game.play_sound(Game.a_jump,Game.ac_jump)
|
||||
#Auto dismount
|
||||
Game.ac_climb.set_stream(null)
|
||||
current_state = State.FALL
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue