From 8c6302c2a339b6053e8f9f90c2df3eb62d0f22b2 Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Thu, 16 Apr 2026 00:31:14 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20dm=5Fview=20=E2=80=94=20add=20sporenneb?= =?UTF-8?q?el=20slider=20to=20SidePanel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruf-der-pilze/scenes/dm_view.tscn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ruf-der-pilze/scenes/dm_view.tscn b/ruf-der-pilze/scenes/dm_view.tscn index 36a314d..eaca3b4 100644 --- a/ruf-der-pilze/scenes/dm_view.tscn +++ b/ruf-der-pilze/scenes/dm_view.tscn @@ -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"]