Merge branch 'outpoot:main' into main

This commit is contained in:
weeniemount
2025-09-10 19:33:14 +02:00
committed by GitHub
58 changed files with 1002 additions and 250 deletions

View File

@@ -153,7 +153,7 @@ func _exit_tree():
if background_panel and is_instance_valid(background_panel):
if background_panel.get_parent():
background_panel.get_parent().remove_child(background_panel)
background_panel.get_parent().remove_child.call_deferred(background_panel)
background_panel.queue_free()
if dev_tools and is_instance_valid(dev_tools):