add CC on android (and Linux btw)

This commit is contained in:
Gompyn
2020-07-29 16:04:35 +08:00
parent 71130bbced
commit 86ffc4a207
7 changed files with 22 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ return{
}
PLY.newPlayer(1,340,15)
local L={}for i=1,49 do L[i]=true end
local t=system~="Windows"and 0 or 6
local t=CCloader_filename[system] and 0 or 6
while t>0 do
local r=rnd(2,49)
if L[r]then L[r],t=false,t-1 end