feat: dm_view — add sporennebel slider to SidePanel
This commit is contained in:
@@ -78,6 +78,23 @@ size_flags_vertical = 3
|
||||
bbcode_enabled = true
|
||||
fit_content = true
|
||||
|
||||
[node name="SepSpore" type="HSeparator" parent="RootLayout/TopSection/SidePanel"]
|
||||
|
||||
[node name="LblSpore" type="Label" parent="RootLayout/TopSection/SidePanel"]
|
||||
text = "Sporennebel"
|
||||
|
||||
[node name="SporeLevelRow" type="HBoxContainer" parent="RootLayout/TopSection/SidePanel"]
|
||||
|
||||
[node name="SporeSlider" type="HSlider" parent="RootLayout/TopSection/SidePanel/SporeLevelRow"]
|
||||
size_flags_horizontal = 3
|
||||
max_value = 1.0
|
||||
step = 0.05
|
||||
value = 0.0
|
||||
|
||||
[node name="SporeValueLabel" type="Label" parent="RootLayout/TopSection/SidePanel/SporeLevelRow"]
|
||||
custom_minimum_size = Vector2(35, 0)
|
||||
text = "0%"
|
||||
|
||||
[node name="HSeparator" type="HSeparator" parent="RootLayout"]
|
||||
|
||||
[node name="PlayerCamsRow" type="HBoxContainer" parent="RootLayout"]
|
||||
|
||||
Reference in New Issue
Block a user