Updated SettingsPanel
Updated to use new UI controls.
This commit is contained in:
parent
cffe7c9ef0
commit
2e2f8b47c0
1 changed files with 2 additions and 20 deletions
|
|
@ -1,32 +1,15 @@
|
|||
[gd_scene format=3 uid="uid://cgr17lw8rfgkx"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dotqpotld2j34" path="res://UI/settings_panel.gd" id="1_3whce"]
|
||||
[ext_resource type="PackedScene" uid="uid://b7ubexvohw507" path="res://UI/Controls/users.tscn" id="3_3whce"]
|
||||
[ext_resource type="PackedScene" uid="uid://diloovqtdspia" path="res://UI/Controls/general_panel.tscn" id="4_tlshb"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o0fp7"]
|
||||
content_margin_left = 0.0
|
||||
content_margin_top = 0.0
|
||||
content_margin_right = 0.0
|
||||
content_margin_bottom = 0.0
|
||||
bg_color = Color(0.1, 0.1, 0.1, 0.6)
|
||||
border_width_left = 4
|
||||
border_width_top = 4
|
||||
border_width_right = 4
|
||||
border_width_bottom = 4
|
||||
border_color = Color(0.18497416, 0.5543967, 0.8036863, 1)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
corner_detail = 5
|
||||
|
||||
[node name="SettingsPanel" type="PanelContainer" unique_id=570683183]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_o0fp7")
|
||||
script = ExtResource("1_3whce")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1895715421]
|
||||
|
|
@ -47,10 +30,9 @@ current_tab = 0
|
|||
[node name="General" parent="MarginContainer/VBoxContainer/TabContainer" unique_id=1071328377 instance=ExtResource("4_tlshb")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Users" type="PanelContainer" parent="MarginContainer/VBoxContainer/TabContainer" unique_id=244819974]
|
||||
[node name="Users" parent="MarginContainer/VBoxContainer/TabContainer" unique_id=823449222 instance=ExtResource("3_3whce")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
metadata/_tab_index = 1
|
||||
|
||||
[node name="Music" type="PanelContainer" parent="MarginContainer/VBoxContainer/TabContainer" unique_id=22912491]
|
||||
visible = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue