From ea4e464e9d2f2e188d49f15054827351ab684e75 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 26 Jan 2026 15:39:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D1=81=D1=82=D0=BA=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- table/ячейка-2.gd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/table/ячейка-2.gd b/table/ячейка-2.gd index 75345cef..a475c4e0 100644 --- a/table/ячейка-2.gd +++ b/table/ячейка-2.gd @@ -1,9 +1,8 @@ extends LineEdit -# Вызывается + func _enter_tree() -> void: ProjectSettings.connect('settings_changed', apply_colors) func _exit_tree() -> void: ProjectSettings.disconnect('settings_changed', apply_colors) -func _ready() -> void: print_debug() func apply_colors():