Merge pull request #22 from Gompyn/AndroidCC

CC for Android(and Linux)
This commit is contained in:
MrZ_26
2020-08-22 15:58:37 +08:00
committed by GitHub
7 changed files with 38 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 2
local t=CCloader_filename[system] and 0 or 2
while t>0 do
local r=rnd(2,49)
if L[r]then L[r],t=false,t-1 end