gate icon and undiscoverable mode

This commit is contained in:
Nordup 2025-06-29 01:26:39 +07:00
parent fb6cf98f2b
commit 414ad4eeda
18 changed files with 108 additions and 52 deletions

View file

@ -115,6 +115,7 @@ func on_gate_entered() -> void:
func on_gate_error(code: GateEvents.GateError) -> void:
gate_events.download_progress.disconnect(show_progress)
match code:
GateEvents.GateError.NOT_FOUND:
set_progress("Gate not found", ProgressStatus.ERROR)