Initial Commit

This commit is contained in:
Mario Steele 2025-04-29 22:06:23 -05:00
commit 0321a1b77e
10 changed files with 774 additions and 0 deletions

9
test_node.tscn Normal file
View 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"