|
|
@ -18,16 +18,16 @@ func _ready() -> void: |
|
|
|
SignalManager.resume_game.connect(_on_resume_game) |
|
|
|
|
|
|
|
|
|
|
|
func hide_ui_elements() -> void: |
|
|
|
crosshair.visible = false |
|
|
|
quick_slots.visible = false |
|
|
|
waila.visible = false |
|
|
|
|
|
|
|
func hide_menus() -> void: |
|
|
|
pause_menu.visible = false |
|
|
|
settings_menu.visible = false |
|
|
|
inventory.visible = false |
|
|
|
|
|
|
|
func hide_ui_elements() -> void: |
|
|
|
crosshair.visible = false |
|
|
|
quick_slots.visible = false |
|
|
|
waila.visible = false |
|
|
|
|
|
|
|
|
|
|
|
func _on_close_pause_menu() -> void: |
|
|
|
SignalManager.resume_game.emit() |
|
|
|