mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +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)
|
||||
|
@@ -0,0 +1,6 @@
|
||||
extends Node
|
||||
|
||||
@export_file_path("*.tscn") var destination_scene := ""
|
||||
|
||||
func _ready() -> void:
|
||||
Level.vine_return_level = destination_scene
|
@@ -0,0 +1 @@
|
||||
uid://bp6q8n7x8lmbh
|
Reference in New Issue
Block a user