mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-28 14:17:25 -04:00
better gate not responding
This commit is contained in:
parent
262f14caeb
commit
eecf9b31b7
8 changed files with 112 additions and 64 deletions
|
@ -4,7 +4,7 @@ extends Control
|
|||
@export var history: History
|
||||
@export var root: TextureButton
|
||||
@export var reload: Button
|
||||
@export var wait: Button
|
||||
@export var back: Button
|
||||
@export var fade_in: float = 1.0
|
||||
@export var fade_out: float = 0.2
|
||||
|
||||
|
@ -18,7 +18,7 @@ func _ready() -> void:
|
|||
gate_events.not_responding.connect(show_message)
|
||||
reload.pressed.connect(reload_gate)
|
||||
root.pressed.connect(hide_message)
|
||||
wait.pressed.connect(hide_message)
|
||||
back.pressed.connect(Navigation.go_back)
|
||||
|
||||
visible = true
|
||||
root.hide()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue