Improve Slider Theme

This commit is contained in:
Snoweuph 2023-04-04 02:53:35 +02:00
parent 1aa2dd2c71
commit 86131d8430
3 changed files with 133 additions and 3466 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 B

After

Width:  |  Height:  |  Size: 125 B

View file

@ -52,6 +52,7 @@ layout_mode = 2
tabs_visible = false tabs_visible = false
[node name="Menu Butons" type="VBoxContainer" parent="MarginContainer/VBoxContainer/Tab Group"] [node name="Menu Butons" type="VBoxContainer" parent="MarginContainer/VBoxContainer/Tab Group"]
visible = false
layout_mode = 2 layout_mode = 2
[node name="Start Button" type="Button" parent="MarginContainer/VBoxContainer/Tab Group/Menu Butons"] [node name="Start Button" type="Button" parent="MarginContainer/VBoxContainer/Tab Group/Menu Butons"]
@ -82,9 +83,13 @@ theme_override_font_sizes/font_size = 96
text = "Quit" text = "Quit"
[node name="Settings" type="VBoxContainer" parent="MarginContainer/VBoxContainer/Tab Group"] [node name="Settings" type="VBoxContainer" parent="MarginContainer/VBoxContainer/Tab Group"]
visible = false
layout_mode = 2 layout_mode = 2
[node name="HSlider" type="HSlider" parent="MarginContainer/VBoxContainer/Tab Group/Settings"]
custom_minimum_size = Vector2(0, 32)
layout_mode = 2
theme = ExtResource("1_b1d2h")
[node name="Back Button" type="Button" parent="MarginContainer/VBoxContainer/Tab Group/Settings"] [node name="Back Button" type="Button" parent="MarginContainer/VBoxContainer/Tab Group/Settings"]
layout_mode = 2 layout_mode = 2
theme = ExtResource("1_b1d2h") theme = ExtResource("1_b1d2h")