Чистка.

This commit is contained in:
sasha80
2026-01-26 15:39:04 +03:00
parent 043646a4a8
commit ea4e464e9d

View File

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