mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
Removed get_room_type() from CoinHeaven.gd
Godot craps it pants when running this script it export mode. Removing the function fixes that.
This commit is contained in:
@@ -13,6 +13,3 @@ func warp_back(player: Player) -> void:
|
|||||||
await get_tree().create_timer(1, false).timeout
|
await get_tree().create_timer(1, false).timeout
|
||||||
PipeArea.exiting_pipe_id = -1
|
PipeArea.exiting_pipe_id = -1
|
||||||
Global.transition_to_scene(Level.vine_return_level)
|
Global.transition_to_scene(Level.vine_return_level)
|
||||||
|
|
||||||
func get_room_type() -> Global.Room:
|
|
||||||
return Global.Room.COIN_HEAVEN
|
|
||||||
|
Reference in New Issue
Block a user