Чистка.

This commit is contained in:
sasha80
2026-01-26 16:01:19 +03:00
parent ea4e464e9d
commit 6bcaf2561c
3 changed files with 10 additions and 11 deletions

View File

@@ -8,8 +8,7 @@ func _ready() -> void:
func on_setting_changed():
var cb = $CheckButton
checkbutton_material = cb.material
checkbutton_material = $CheckButton.material
apply_colors()

View File

@@ -3,7 +3,7 @@ extends ColorPickerButton
func _enter_tree() -> void:
ProjectSettings.connect('settings_changed', apply_colors)
func _exit_tree() -> void:
ProjectSettings.disconnect('settings_changed', apply_colors)