Working Code

Create a Plugin with this code, for Working Sammi Socket Connection.
This commit is contained in:
Mario Steele 2025-04-30 04:09:20 -05:00
parent 03c0c804b0
commit eacd8d72af
5 changed files with 33 additions and 5 deletions

View file

@ -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"