File size: 328 Bytes
b1e4a8e |
1 2 3 4 5 6 7 8 9 10 |
[gd_scene load_steps=3 format=3]
[ext_resource type="Script" path="res://tests/TestUI.gd" id="1_bs5h2"]
[ext_resource type="PackedScene" uid="uid://b7se0fb7br3f0" path="res://ui.tscn" id="2_d1stu"]
[node name="TestUI" type="Node3D"]
script = ExtResource("1_bs5h2")
[node name="UI" parent="." instance=ExtResource("2_d1stu")]
|