Remove systematic "Init(i)alization here" from _ready()

This commit is contained in:
Rémi Verschelde
2015-11-21 16:21:12 +01:00
parent d6642f26ca
commit eb167ebcaa
39 changed files with 0 additions and 39 deletions

View File

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