[gd_scene load_steps=4 format=3 uid="uid://bqfijb7bk2g7j"] [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"] [ext_resource type="PackedScene" uid="uid://ctqxikky2g0nj" path="res://scenes/theme_test.tscn" id="3_j7pbg"] [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") scene = ExtResource("3_j7pbg")