mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 23:40:07 +01:00
Remove systematic "Init(i)alization here" from _ready()
This commit is contained in:
@@ -23,7 +23,6 @@ func _process(delta):
|
||||
|
||||
|
||||
func _ready():
|
||||
# Initalization here
|
||||
get_node("chat").add_style_override("panel", get_stylebox("bg", "Tree"))
|
||||
set_process(true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user