fixed inventory + using Sync bindings
This commit is contained in:
@@ -8,5 +8,8 @@ extends OverlaidMenu
|
||||
func _ready() -> void:
|
||||
if Engine.is_editor_hint(): return
|
||||
|
||||
func _handle_cancel_input() -> void:
|
||||
hide_menu()
|
||||
|
||||
func _on_close_button_pressed() -> void:
|
||||
close()
|
||||
hide_menu()
|
||||
|
||||
Reference in New Issue
Block a user