Added basic light controls to the game and added more content spawnpoints. Adjusted values a bit.

This commit is contained in:
=
2026-04-27 19:35:21 +02:00
parent 6a7f4690f2
commit 92a86c13b7
8 changed files with 34 additions and 4 deletions
+7
View File
@@ -96,6 +96,11 @@ text = "19:20"
fit_content = true
autowrap_mode = 0
[node name="LightColor" type="ColorPickerButton" parent="Control/MainUI/HeaderContainer/Header" unique_id=395026790]
layout_mode = 2
theme_override_colors/font_color = Color(1, 1, 1, 1)
text = "Choose Color..."
[node name="Content" type="Control" parent="Control/MainUI" unique_id=45665557]
layout_mode = 2
size_flags_vertical = 3
@@ -138,3 +143,5 @@ layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme_override_constants/separation = 10
[connection signal="color_changed" from="Control/MainUI/HeaderContainer/Header/LightColor" to="Control" method="ChangeColor"]