[gd_scene format=3] [ext_resource type="Script" path="res://boot/options_menu.gd" id="1_options"] [node name="OptionsMenu" type="Control"] anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_options") [node name="TitleLabel" type="Label" parent="."] offset_left = 40.0 offset_top = 30.0 offset_right = 400.0 offset_bottom = 70.0 text = "Optionen" [node name="Categories" type="TabContainer" parent="."] offset_left = 40.0 offset_top = 90.0 offset_right = 1240.0 offset_bottom = 620.0 [node name="Grafik" type="Control" parent="Categories"] layout_mode = 2 [node name="Label" type="Label" parent="Categories/Grafik"] offset_left = 20.0 offset_top = 20.0 offset_right = 500.0 offset_bottom = 50.0 text = "TODO: Grafik-Einstellungen" [node name="Sound" type="Control" parent="Categories"] visible = false layout_mode = 2 [node name="Label" type="Label" parent="Categories/Sound"] offset_left = 20.0 offset_top = 20.0 offset_right = 500.0 offset_bottom = 50.0 text = "TODO: Sound-Einstellungen" [node name="Steuerung" type="Control" parent="Categories"] visible = false layout_mode = 2 [node name="Label" type="Label" parent="Categories/Steuerung"] offset_left = 20.0 offset_top = 20.0 offset_right = 500.0 offset_bottom = 50.0 text = "TODO: Steuerungs-Einstellungen" [node name="Spieloptionen" type="Control" parent="Categories"] visible = false layout_mode = 2 [node name="Label" type="Label" parent="Categories/Spieloptionen"] offset_left = 20.0 offset_top = 20.0 offset_right = 500.0 offset_bottom = 50.0 text = "TODO: Spieloptionen" [node name="BackButton" type="Button" parent="."] offset_left = 40.0 offset_top = 640.0 offset_right = 160.0 offset_bottom = 675.0 text = "Zurück"