Skip to content

Commit 107d4bf

Browse files
committed
THEEND bug fixed
1 parent 55a1df5 commit 107d4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ while true do
447447
STICKx,STICKy = Controls.readCirclePad()
448448
pad = Controls.read()
449449
if state=="GAME" then
450-
if COOKIE.count>9999000 then
450+
if COOKIE.count>999000000 then
451451
state = "THEEND"
452452
end
453453
SHINE.rot=SHINE.rot+SHINE.speed

0 commit comments

Comments
 (0)