Working Code
Create a Plugin with this code, for Working Sammi Socket Connection.
This commit is contained in:
parent
03c0c804b0
commit
eacd8d72af
5 changed files with 33 additions and 5 deletions
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
[node name="TestNode" type="Node2D"]
|
||||
script = ExtResource("1_6uery")
|
||||
host = "api.github.com"
|
||||
port = 443
|
||||
query = "/repos/godotengine/godot/releases/latest"
|
||||
host = "localhost"
|
||||
port = 9450
|
||||
query = "/api?getVariable=somevariable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue