diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-18 16:15:46 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-18 16:15:46 -0400 |
| commit | c9fc2ca532c5219a087924ece1e38be19c25f006 (patch) | |
| tree | 7c9d8e32617fab6e6179fe70893a3027714ea4e7 /2026/examples/example_godot/project/hello.tscn | |
| parent | 068f3b9dc0522b03af534479cfa300a720ae86fa (diff) | |
Update
Diffstat (limited to '2026/examples/example_godot/project/hello.tscn')
| -rw-r--r-- | 2026/examples/example_godot/project/hello.tscn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/2026/examples/example_godot/project/hello.tscn b/2026/examples/example_godot/project/hello.tscn new file mode 100644 index 0000000..f71ad9b --- /dev/null +++ b/2026/examples/example_godot/project/hello.tscn @@ -0,0 +1,24 @@ +[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") |
