[gd_scene load_steps=3 format=3 uid="uid://ghsqwi0kr7vl"] [ext_resource type="Script" path="res://ui/settings.gd" id="2_w2fss"] [ext_resource type="Theme" uid="uid://r0t1dx6hpo2m" path="res://ui/menu.tres" id="3_mitji"] [node name="Settings" type="ColorRect"] offset_right = 640.0 offset_bottom = 360.0 theme = ExtResource("3_mitji") color = Color(0.300955, 0, 0.00368265, 1) script = ExtResource("2_w2fss") [node name="Title" type="RichTextLabel" parent="."] layout_mode = 0 offset_left = 176.0 offset_top = 24.0 offset_right = 448.0 offset_bottom = 104.0 theme_override_font_sizes/normal_font_size = 84 text = "Settings" [node name="Bars" type="Control" parent="."] anchors_preset = 0 offset_right = 40.0 offset_bottom = 40.0 [node name="Label" type="RichTextLabel" parent="Bars"] layout_mode = 0 offset_left = 204.0 offset_top = 133.0 offset_right = 252.0 offset_bottom = 157.0 text = "Bars" [node name="Select" type="OptionButton" parent="Bars"] layout_mode = 0 offset_left = 272.0 offset_top = 128.0 offset_right = 375.0 offset_bottom = 159.0 item_count = 3 popup/item_0/text = "Artwork" popup/item_1/text = "Stone" popup/item_1/id = 1 popup/item_2/text = "Crystal" popup/item_2/id = 2 [node name="BackButton" type="Button" parent="."] offset_left = 40.0 offset_top = 272.0 offset_right = 168.0 offset_bottom = 320.0 text = "Back"