Posted September 03, 2024 by Nordup
A big change in application API for opening gates
Now to open a gate you call send_command
get_tree().send_command("open_gate", ["https://example.com/project.gate"])
And also you can open a link in a browser
get_tree().send_command("open_link", ["https://example.com"])