removed obsolete references and maps, fixed menu hide pause issue
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user