summaryrefslogtreecommitdiff
path: root/2026/examples/godot/project/hello.tscn
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-18 16:15:46 -0400
committerLLLL Colonq <llll@colonq>2026-06-18 16:15:46 -0400
commitc9fc2ca532c5219a087924ece1e38be19c25f006 (patch)
tree7c9d8e32617fab6e6179fe70893a3027714ea4e7 /2026/examples/godot/project/hello.tscn
parent068f3b9dc0522b03af534479cfa300a720ae86fa (diff)
Update
Diffstat (limited to '2026/examples/godot/project/hello.tscn')
-rw-r--r--2026/examples/godot/project/hello.tscn24
1 files changed, 0 insertions, 24 deletions
diff --git a/2026/examples/godot/project/hello.tscn b/2026/examples/godot/project/hello.tscn
deleted file mode 100644
index f71ad9b..0000000
--- a/2026/examples/godot/project/hello.tscn
+++ /dev/null
@@ -1,24 +0,0 @@
-[gd_scene format=3 uid="uid://cv48btpqtacm5"]
-
-[ext_resource type="Script" uid="uid://daenwy22luvh3" path="res://main.gd" id="1_p3r8j"]
-
-[sub_resource type="LabelSettings" id="LabelSettings_i7k7o"]
-font_size = 30
-
-[node name="Control" type="Control" unique_id=427036785]
-layout_mode = 3
-anchors_preset = 15
-anchor_right = 1.0
-anchor_bottom = 1.0
-grow_horizontal = 2
-grow_vertical = 2
-script = ExtResource("1_p3r8j")
-
-[node name="Label" type="Label" parent="." unique_id=341561866]
-layout_mode = 0
-offset_left = 1.0
-offset_top = 22.0
-offset_right = 806.0
-offset_bottom = 159.0
-text = "hello from godot"
-label_settings = SubResource("LabelSettings_i7k7o")