API change and open link. Version 0.10.0


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"])

Files

TheGates_Windows_0.10.1.zip 52 MB
74 days ago
TheGates_MacOS_0.10.1.zip 105 MB
74 days ago
TheGates_Linux_0.10.0.zip 62 MB
74 days ago

Get TheGates

Comments

Log in with itch.io to leave a comment.

(+1)

What made you do this update. Just wondering does it help performance?

I wanted to support opening links from sandboxed environment (from game/site)

So instead of populating a ton of methods in c++ it's more convenient this way

You just send a command to main app with some arguments and it can handle it with gdscript (no engine rebuild)

(+1)

very nice 💯