Files
Settings-Menu-Godot/Settings_menu/options_menu.tscn
2025-01-15 14:35:52 +01:00

56 lines
1.9 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://bd2tk3epl8hbw"]
[ext_resource type="FontFile" uid="uid://c3jp6yk6l8gei" path="res://Main_menu/KnightWarrior-w16n8.otf" id="1_62i2n"]
[ext_resource type="Script" path="res://Settings_menu/settings_menu.gd" id="1_p1tcl"]
[ext_resource type="PackedScene" uid="uid://b55g5fki74hey" path="res://Settings_menu/settings_tab_container.tscn" id="3_jn3pd"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ag8kh"]
bg_color = Color(0.6, 0.6, 0.6, 0)
shadow_color = Color(0, 0, 0, 1)
[node name="Settings_Menu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_p1tcl")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_constants/margin_left = 12
theme_override_constants/margin_top = 12
theme_override_constants/margin_right = 12
theme_override_constants/margin_bottom = 12
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
[node name="Label-title" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
theme_override_constants/line_spacing = 15
theme_override_constants/shadow_offset_x = 15
theme_override_constants/shadow_offset_y = 20
theme_override_constants/outline_size = 24
theme_override_fonts/font = ExtResource("1_62i2n")
theme_override_font_sizes/font_size = 32
theme_override_styles/normal = SubResource("StyleBoxFlat_ag8kh")
text = "Settings"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Control" parent="MarginContainer/VBoxContainer" instance=ExtResource("3_jn3pd")]
layout_mode = 2
size_flags_vertical = 3
[node name="Exit_Button" type="Button" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
size_flags_vertical = 8
text = "Exit"