initial commit

This commit is contained in:
saarsena@gmail.com 2026-04-24 21:40:08 -04:00
commit ac521356cc
16 changed files with 751 additions and 0 deletions

6
demo/test_runtime.tscn Normal file
View file

@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3]
[ext_resource type="Script" path="res://test_runtime.gd" id="1"]
[node name="TestRuntime" type="Node"]
script = ExtResource("1")