Динамическое изменение цвета программы тёмное/светлое.

This commit is contained in:
lepshiy
2026-01-16 11:49:47 +03:00
parent 8d3b80cf4c
commit 8fccaa0e66
25 changed files with 216 additions and 34 deletions

View File

@@ -1,4 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://dwphmxstaxn4v"]
[gd_scene load_steps=3 format=3 uid="uid://dwphmxstaxn4v"]
[ext_resource type="Script" uid="uid://bjw0gwcqxx30d" path="res://table/lable.gd" id="1_xk0u2"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_yign5"]
bg_color = Color(0.117647, 0.117647, 0.117647, 0.85098)
@@ -14,3 +16,4 @@ offset_right = 104.0
offset_bottom = 27.0
theme_override_colors/font_color = Color(1, 0.596078, 0.4, 1)
theme_override_styles/normal = SubResource("StyleBoxFlat_yign5")
script = ExtResource("1_xk0u2")