diff options
Diffstat (limited to 'client/menu/settings.tscn')
-rw-r--r-- | client/menu/settings.tscn | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/client/menu/settings.tscn b/client/menu/settings.tscn deleted file mode 100644 index 66571533..00000000 --- a/client/menu/settings.tscn +++ /dev/null @@ -1,61 +0,0 @@ -[gd_scene load_steps=6 format=3 uid="uid://8ic77jmadadj"] - -[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme/theme.tres" id="1_foq3a"] -[ext_resource type="Script" uid="uid://bbqmsf8u5rhtn" path="res://menu/settings.gd" id="2_3hgm8"] -[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/materials/dark_blur_material.tres" id="3_8nykw"] -[ext_resource type="Script" uid="uid://byshs20og68tn" path="res://menu/smart_margin_container.gd" id="3_lwjig"] -[ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://menu/auto_setup/blur_setup.gd" id="4_v6q3y"] - -[node name="SettingsMenu" type="Control"] -layout_mode = 3 -anchors_preset = 15 -anchor_right = 1.0 -anchor_bottom = 1.0 -grow_horizontal = 2 -grow_vertical = 2 -theme = ExtResource("1_foq3a") -script = ExtResource("2_3hgm8") -support_anim = false - -[node name="OuterGap" 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 = 80 -script = ExtResource("3_lwjig") - -[node name="Panel" type="Panel" parent="OuterGap"] -material = ExtResource("3_8nykw") -layout_mode = 2 -script = ExtResource("4_v6q3y") - -[node name="InnerGap" type="MarginContainer" parent="OuterGap/Panel"] -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 = 40 -theme_override_constants/margin_top = 40 -theme_override_constants/margin_right = 40 -theme_override_constants/margin_bottom = 40 - -[node name="VBoxContainer" type="VBoxContainer" parent="OuterGap/Panel/InnerGap"] -layout_mode = 2 - -[node name="Title" type="Label" parent="OuterGap/Panel/InnerGap/VBoxContainer"] -layout_mode = 2 -size_flags_horizontal = 0 -theme_override_font_sizes/font_size = 36 -text = "c.menu.settings" - -[node name="Back" type="Button" parent="OuterGap/Panel/InnerGap/VBoxContainer"] -layout_mode = 2 -size_flags_vertical = 8 -text = "c.settings.apply" - -[connection signal="pressed" from="OuterGap/Panel/InnerGap/VBoxContainer/Back" to="." method="_on_back_pressed"] |