initial commit
This commit is contained in:
commit
ac521356cc
16 changed files with 751 additions and 0 deletions
6
demo/test_runtime.tscn
Normal file
6
demo/test_runtime.tscn
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue