更多全局变量改为全大写
This commit is contained in:
@@ -17,7 +17,7 @@ function back.update()
|
||||
ins(mino,{
|
||||
bid=r,
|
||||
block=TEXTURE.miniBlock[r],
|
||||
color=minoColor[SETTING.skin[r]],
|
||||
color=BLOCK_COLORS[SETTING.skin[r]],
|
||||
x=SCR.w*rnd(),
|
||||
y=SCR.h*-.05,
|
||||
k=SCR.rad/100,
|
||||
|
||||
@@ -20,7 +20,7 @@ function back.update()
|
||||
local r=rnd(29)
|
||||
ins(mino,{
|
||||
block=TEXTURE.miniBlock[r],
|
||||
color=minoColor[SETTING.skin[r]],
|
||||
color=BLOCK_COLORS[SETTING.skin[r]],
|
||||
ang=6.2832*rnd(),
|
||||
rotate=6.2832*rnd(),
|
||||
vr=.05-rnd()*.1,
|
||||
|
||||
@@ -15,7 +15,7 @@ local t
|
||||
local fan,petal
|
||||
function back.init()
|
||||
t=0
|
||||
fan=title_fan
|
||||
fan=SVG_TITLE_FAN
|
||||
petal={}
|
||||
end
|
||||
function back.update()
|
||||
|
||||
@@ -4,7 +4,7 @@ local int,rnd=math.floor,math.random
|
||||
local back={}
|
||||
|
||||
local t
|
||||
local colorLib=minoColor
|
||||
local colorLib=BLOCK_COLORS
|
||||
local blocks=BLOCKS
|
||||
local scs=RSlist.TRS.centerPos
|
||||
function back.init()
|
||||
|
||||
Reference in New Issue
Block a user