From 0e778fe4b9da9767adc4ecdabc05c78c6e0fb410 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 7 Jul 2023 11:03:06 +0200 Subject: [PATCH] readycount--; (fix freezing issue) --- core.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: