From 107d4bfb6f27b6c4bc763001c1a614a98838cc32 Mon Sep 17 00:00:00 2001 From: Creckeryop Date: Sun, 11 Jun 2017 19:36:44 +0600 Subject: [PATCH] THEEND bug fixed --- index.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.lua b/index.lua index 878d0ef..74785a0 100644 --- a/index.lua +++ b/index.lua @@ -447,7 +447,7 @@ while true do STICKx,STICKy = Controls.readCirclePad() pad = Controls.read() if state=="GAME" then - if COOKIE.count>9999000 then + if COOKIE.count>999000000 then state = "THEEND" end SHINE.rot=SHINE.rot+SHINE.speed