Автоматическое сохранение настроек, убраны излишние обводки при фокусе.

This commit is contained in:
lepshiy
2026-01-19 15:44:40 +03:00
parent f87cb28e9b
commit 6d46fb5b4c
5 changed files with 53 additions and 72 deletions

View File

@@ -1,8 +1,10 @@
[gd_scene load_steps=5 format=3 uid="uid://5rw652cmnybi"]
[gd_scene load_steps=6 format=3 uid="uid://5rw652cmnybi"]
[ext_resource type="Script" uid="uid://bh7mb1aeu1uk6" path="res://table/settings-toggle.gd" id="1_8lkgc"]
[ext_resource type="Shader" uid="uid://bw5mmbgeycwua" path="res://shaders/color-invers.gdshader" id="1_anyuq"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_il5wc"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_xxfw6"]
shader = ExtResource("1_anyuq")
@@ -13,6 +15,7 @@ offset_right = 950.0
offset_bottom = 27.0
theme_override_colors/font_uneditable_color = Color(1, 0.596078, 0.4, 1)
theme_override_colors/font_color = Color(1, 0.596078, 0.4, 1)
theme_override_styles/focus = SubResource("StyleBoxEmpty_il5wc")
editable = false
context_menu_enabled = false
shortcut_keys_enabled = false

View File

@@ -1,11 +1,14 @@
[gd_scene load_steps=2 format=3 uid="uid://cug5xjbfdm7x7"]
[gd_scene load_steps=3 format=3 uid="uid://cug5xjbfdm7x7"]
[ext_resource type="Script" uid="uid://b36c83manfems" path="res://table/ячейка-цвет.gd" id="1_ce8lu"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ce8lu"]
[node name="ячейка-цвет" type="ColorPickerButton"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/focus = SubResource("StyleBoxEmpty_ce8lu")
script = ExtResource("1_ce8lu")