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

@@ -35,5 +35,4 @@ func _fixed_process(delta):
func _ready():
# Initalization here
set_fixed_process(true)