mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
Fixed world 9-3 coin heaven
This commit is contained in:
@@ -11,4 +11,5 @@ func warp_back(player: Player) -> void:
|
||||
if all_coins_check != null:
|
||||
await all_coins_check.check()
|
||||
await get_tree().create_timer(1, false).timeout
|
||||
PipeArea.exiting_pipe_id = -1
|
||||
Global.transition_to_scene(Level.vine_return_level)
|
||||
|
Reference in New Issue
Block a user