Initial Commit
This commit is contained in:
commit
0321a1b77e
10 changed files with 774 additions and 0 deletions
9
test_node.tscn
Normal file
9
test_node.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[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 = "api.github.com"
|
||||
port = 443
|
||||
query = "/repos/godotengine/godot/releases/latest"
|
||||
Loading…
Add table
Add a link
Reference in a new issue