gotta go fast, hit that BLJgit status
This commit is contained in:
parent
b54e9272c6
commit
32189c29a4
10 changed files with 115 additions and 6 deletions
|
@ -108,4 +108,7 @@ func _on_player_teleport_finished() -> void:
|
|||
Fade.fade_out(Options.transition_speed_secs)
|
||||
yield(Fade, "fade_finished")
|
||||
get_tree().paused = false
|
||||
if Options.speedrun_timer:
|
||||
SpeedrunTimer.timer_running = true
|
||||
SpeedrunTimer.visible = true
|
||||
SceneManager.current_scene = load("res://cutscenes/intro_story.tscn").instance()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue