mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-24 11:17:26 -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
|
@ -9,10 +9,15 @@ func _ready() -> void:
|
|||
|
||||
|
||||
func send_discover_gate(c_url: String, c_gate: ConfigGate) -> void:
|
||||
if not c_gate.discoverable:
|
||||
Debug.logclr("Gate is not discoverable", Color.DIM_GRAY)
|
||||
return
|
||||
|
||||
var body = {}
|
||||
body.url = c_url
|
||||
body.title = c_gate.title
|
||||
body.description = c_gate.description
|
||||
body.icon = c_gate.icon_url
|
||||
body.image = c_gate.image_url
|
||||
body.resource_pack = c_gate.resource_pack_url
|
||||
body.libraries = c_gate.libraries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue