fixed a tiling error, and not being able to skip the challenge "miss.." screen

This commit is contained in:
JHDev2006
2025-09-29 11:58:21 +01:00
parent a1e6ed85c1
commit 4fa07b7d06
3 changed files with 5 additions and 5 deletions

View File

@@ -344,6 +344,7 @@ func transition_to_scene(scene_path := "") -> void:
$Transition/AnimationPlayer.play("RESET")
$Transition.hide()
transitioning_scene = false
transition_finished.emit()