9 lines
295 B
Text
9 lines
295 B
Text
[gd_scene load_steps=2 format=3 uid="uid://dj1kvk06ycncu"]
|
|
|
|
[ext_resource type="Script" uid="uid://dkb5dxuccrpnp" path="res://test_node.gd" id="1_6uery"]
|
|
|
|
[node name="TestNode" type="Node2D"]
|
|
script = ExtResource("1_6uery")
|
|
host = "localhost"
|
|
port = 9450
|
|
query = "/api?getVariable=somevariable"
|