Update settings menu margins and enhance game clock functionality. Adjusted content margins in the settings menu for improved layout. Added 'jumped' signal to the game clock to handle manual time jumps, ensuring weather system responds appropriately to time changes.

This commit is contained in:
Leonid Pershin
2026-08-11 12:58:59 +03:00
parent 3b886ab3ab
commit 2429e75967
3 changed files with 20 additions and 10 deletions
+4 -4
View File
@@ -4,10 +4,10 @@
[ext_resource type="Script" uid="uid://jkhpwi3ngait" path="res://scripts/ui/settings_menu.gd" id="2_x3vyp"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mhswj"]
content_margin_left = 22.0
content_margin_top = 14.0
content_margin_right = 22.0
content_margin_bottom = 14.0
content_margin_left = 26.0
content_margin_top = 16.0
content_margin_right = 26.0
content_margin_bottom = 16.0
bg_color = Color(1, 1, 1, 0.05882353)
border_width_left = 1
border_width_top = 1