From fa4d63110a3e12d0242b6e6ddcded74d04480f28 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 28 May 2026 20:16:38 -0400 Subject: Initial commit --- 2026/examples/godot/project/hello.tscn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 2026/examples/godot/project/hello.tscn (limited to '2026/examples/godot/project/hello.tscn') diff --git a/2026/examples/godot/project/hello.tscn b/2026/examples/godot/project/hello.tscn new file mode 100644 index 0000000..f71ad9b --- /dev/null +++ b/2026/examples/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") -- cgit v1.2.3