removed obsolete references and maps, fixed menu hide pause issue

This commit is contained in:
2026-05-05 17:04:09 +02:00
parent 68e36742af
commit 1db30eafd9
9 changed files with 10 additions and 1566 deletions

View File

@@ -32,7 +32,7 @@ func _exit_tree() -> void:
func close() -> void:
menu_closing.emit()
hide()
hide_menu()
queue_free()
func hide_menu() -> void:
@@ -74,7 +74,6 @@ func show_menu() -> void:
visible = true
func _enter_tree() -> void:
print("enter_tree")
show_menu()
back_action.triggered.connect(_handle_cancel_input)