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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user