mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-09-02 11:25:51 -04:00
gate icon and undiscoverable mode
This commit is contained in:
parent
fb6cf98f2b
commit
414ad4eeda
18 changed files with 108 additions and 52 deletions
|
@ -18,6 +18,7 @@ func _ready() -> void:
|
|||
gate_events.search.connect(func(_query): hide_buttons())
|
||||
gate_events.exit_gate.connect(hide_buttons)
|
||||
gate_events.gate_info_loaded.connect(update_info)
|
||||
gate_events.gate_icon_loaded.connect(update_info)
|
||||
gate_events.gate_image_loaded.connect(update_info)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue