diff --git a/core.gd b/core.gd index a71b7b3..81ee5a2 100644 --- a/core.gd +++ b/core.gd @@ -42,7 +42,7 @@ func attach(type:String,component,do_setup:bool = true) -> void: func setready() -> void: readycount = readycount+1 - if readycount == 6: + if readycount == 5: readylized = true func lock() -> void: