Skip to content

Commit

Permalink
Hopefully fix blanchon
Browse files Browse the repository at this point in the history
  • Loading branch information
GaspardCulis committed Jan 27, 2023
1 parent 1d55a4f commit 5559acc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scenes/Levels/Sewer/Blanchon.gd
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ func _on_Area2D_body_entered(body):
tween.kill()
for i in ["full", "semi", "almost", "empty"]:
$BlanchonHd/AudioStreamPlayer2D.play()
yield($BlanchonHd/AudioStreamPlayer2D, "finished")
$BlanchonHd/AnimatedSprite.animation = i
yield(get_tree().create_timer(randf()), "timeout")
yield(get_tree().create_timer(randf() + 0.5), "timeout")

yield(get_tree().create_timer(2), "timeout")
$Camera2D.current = true
Expand Down

0 comments on commit 5559acc

Please sign in to comment.