mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-06 03:30:22 -08:00
fixed a quick crash
This commit is contained in:
parent
397c375df9
commit
0f0f1484a0
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ func value_changed(property, new_value) -> void:
|
|||
func close() -> void:
|
||||
hide()
|
||||
active = false
|
||||
if get_tree() == null: return
|
||||
await get_tree().create_timer(0.1).timeout
|
||||
closed.emit()
|
||||
for i in %Container.get_children():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue