2025-02-12 13:50:15 +01:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://bqfijb7bk2g7j"]
|
2025-01-29 13:43:42 +01:00
|
|
|
|
|
|
|
[ext_resource type="Theme" uid="uid://bt4hxdwromnxs" path="res://ui/theme.tres" id="1_6qgep"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/ui/switch_to_scene.gd" id="2_c477a"]
|
|
|
|
|
|
|
|
[node name="Root" type="Panel"]
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
theme = ExtResource("1_6qgep")
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
layout_mode = 1
|
|
|
|
anchors_preset = 8
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -180.5
|
|
|
|
offset_top = -44.0
|
|
|
|
offset_right = 180.5
|
|
|
|
offset_bottom = 44.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
|
|
|
|
[node name="Text" type="RichTextLabel" parent="VBoxContainer"]
|
|
|
|
clip_contents = false
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_stretch_ratio = 7.45
|
|
|
|
theme_override_font_sizes/normal_font_size = 64
|
|
|
|
text = "Hello World"
|
|
|
|
fit_content = true
|
|
|
|
scroll_active = false
|
|
|
|
autowrap_mode = 0
|
|
|
|
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Theme Test Scene"
|
|
|
|
script = ExtResource("2_c477a")
|
2025-02-12 13:50:15 +01:00
|
|
|
scene_name = "theme_test"
|