Доработка. Сохранение настроек.

This commit is contained in:
lepshiy
2025-03-05 16:37:38 +03:00
parent f83a6fc3b8
commit 88a50afe22
5 changed files with 77 additions and 36 deletions

View File

@@ -1,7 +1,12 @@
[gd_scene load_steps=2 format=3 uid="uid://5rw652cmnybi"]
[gd_scene load_steps=4 format=3 uid="uid://5rw652cmnybi"]
[ext_resource type="PackedScene" uid="uid://dspa16ufrpanp" path="res://table/ячейка-2.tscn" id="1_qcan0"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_q2spu"]
[sub_resource type="Theme" id="Theme_hnhcj"]
CheckButton/styles/focus = SubResource("StyleBoxEmpty_q2spu")
[node name="SettingsTaggle" type="Control"]
layout_mode = 3
anchors_preset = 15
@@ -11,7 +16,9 @@ grow_horizontal = 2
grow_vertical = 2
[node name="LineEdit" parent="." instance=ExtResource("1_qcan0")]
layout_mode = 0
offset_right = 950.0
editable = false
[node name="CheckButton" type="CheckButton" parent="."]
layout_mode = 0
@@ -19,3 +26,4 @@ offset_left = 453.0
offset_top = 4.0
offset_right = 497.0
offset_bottom = 28.0
theme = SubResource("Theme_hnhcj")