Доработка. WIP Добавление элементов для ЭМС-ТГ

This commit is contained in:
sasha80
2026-03-18 09:40:12 +03:00
parent c5bae21436
commit 190f06b72c
14 changed files with 726 additions and 643 deletions

View File

@@ -25,15 +25,6 @@ func _init() -> void:
var style_dark: = style_light.duplicate(true)
style_dark.bg_color = Color(0.12, 0.12, 0.12)
styles[0] = style_dark
ProjectSettings.connect('settings_changed', apply_colors)
apply_colors()
func apply_colors():
if ProjectSettings.get_setting('application/config/%s' % 'Цвет темы программы', false):
add_theme_stylebox_override('normal', styles[1])
else:
add_theme_stylebox_override('normal', styles[0])
"
[node name="Lable" type="Label"]