Skip to content

Commit

Permalink
THEEND bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Creckeryop committed Jun 11, 2017
1 parent 55a1df5 commit 107d4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 107d4bf

Please sign in to comment.