summaryrefslogtreecommitdiff
path: root/plugins/hello_gdextension/demo/main.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/hello_gdextension/demo/main.tscn')
-rw-r--r--plugins/hello_gdextension/demo/main.tscn12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/hello_gdextension/demo/main.tscn b/plugins/hello_gdextension/demo/main.tscn
new file mode 100644
index 0000000..1ce2c1c
--- /dev/null
+++ b/plugins/hello_gdextension/demo/main.tscn
@@ -0,0 +1,12 @@
+[gd_scene load_steps=3 format=3 uid="uid://7wuhp5udocan"]
+
+[ext_resource type="Texture2D" uid="uid://ci0rbwt8c67dx" path="res://icon.svg" id="1_ibk70"]
+[ext_resource type="Script" path="res://main.gd" id="1_uldmm"]
+
+[node name="Main" type="Node2D"]
+script = ExtResource("1_uldmm")
+
+[node name="GDExample" type="GDExample" parent="."]
+position = Vector2(2.52749, 8.48129)
+texture = ExtResource("1_ibk70")
+centered = false