Чистка.
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
extends LineEdit
|
extends LineEdit
|
||||||
|
|
||||||
# Вызывается
|
|
||||||
func _enter_tree() -> void: ProjectSettings.connect('settings_changed', apply_colors)
|
func _enter_tree() -> void: ProjectSettings.connect('settings_changed', apply_colors)
|
||||||
func _exit_tree() -> void: ProjectSettings.disconnect('settings_changed', apply_colors)
|
func _exit_tree() -> void: ProjectSettings.disconnect('settings_changed', apply_colors)
|
||||||
func _ready() -> void: print_debug()
|
|
||||||
|
|
||||||
|
|
||||||
func apply_colors():
|
func apply_colors():
|
||||||
|
|||||||
Reference in New Issue
Block a user