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():