Improve Slider Theme
This commit is contained in:
parent
1aa2dd2c71
commit
86131d8430
3 changed files with 133 additions and 3466 deletions
3592
Assets/Base.tres
3592
Assets/Base.tres
File diff suppressed because one or more lines are too long
BIN
Assets/tile.png
BIN
Assets/tile.png
Binary file not shown.
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 125 B |
|
@ -52,6 +52,7 @@ layout_mode = 2
|
|||
tabs_visible = false
|
||||
|
||||
[node name="Menu Butons" type="VBoxContainer" parent="MarginContainer/VBoxContainer/Tab Group"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
|
||||
[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"
|
||||
|
||||
[node name="Settings" type="VBoxContainer" parent="MarginContainer/VBoxContainer/Tab Group"]
|
||||
visible = false
|
||||
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"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("1_b1d2h")
|
||||
|
|
Loading…
Reference in a new issue