整理代码,把ScF正式加入staff
This commit is contained in:
10
main.lua
10
main.lua
@@ -112,11 +112,11 @@ FIELD[1]=newBoard()--Initialize field[1]
|
|||||||
AIBUILDER= require"parts/AITemplate"
|
AIBUILDER= require"parts/AITemplate"
|
||||||
FREEROW= require"parts/freeRow"
|
FREEROW= require"parts/freeRow"
|
||||||
|
|
||||||
TEXTURE=require"parts/texture"
|
TEXTURE= require"parts/texture"
|
||||||
SKIN= require"parts/skin"
|
SKIN= require"parts/skin"
|
||||||
PLY= require"parts/player"
|
PLY= require"parts/player"
|
||||||
AIFUNC= require"parts/ai"
|
AIFUNC= require"parts/ai"
|
||||||
MODES= require"parts/modes"
|
MODES= require"parts/modes"
|
||||||
|
|
||||||
--First start for phones
|
--First start for phones
|
||||||
if not fs.getInfo("conf/settings")and MOBILE then
|
if not fs.getInfo("conf/settings")and MOBILE then
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ return{
|
|||||||
"Powered by LOVE2D",
|
"Powered by LOVE2D",
|
||||||
"",
|
"",
|
||||||
"Program: MrZ, Particle_G, [T9972, FinnTenzor]",
|
"Program: MrZ, Particle_G, [T9972, FinnTenzor]",
|
||||||
"Art: MrZ, [ScF, Gnyar, T0722]",
|
"Art: MrZ, ScF, [Gnyar, T0722]",
|
||||||
"Music: MrZ, [T0722]",
|
"Music: MrZ, [T0722]",
|
||||||
"Voice & Sound: Miya, Naki, MrZ",
|
"Voice & Sound: Miya, Naki, MrZ",
|
||||||
"Test: 思竣 Performance: 模电, HBM",
|
"Test: 思竣 Performance: 模电, HBM",
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ return{
|
|||||||
"Powered by LOVE2D",
|
"Powered by LOVE2D",
|
||||||
"",
|
"",
|
||||||
"Programme : MrZ, Particle_G, [T9972, FinnTenzor]",
|
"Programme : MrZ, Particle_G, [T9972, FinnTenzor]",
|
||||||
"Art : MrZ, [ScF, Gnyar, T0722]",
|
"Art : MrZ, ScF, [Gnyar, T0722]",
|
||||||
"Musique : MrZ, [T0722]",
|
"Musique : MrZ, [T0722]",
|
||||||
"Voix & Sons: Miya, Naki, MrZ Performance: 模电, HBM",
|
"Voix & Sons: Miya, Naki, MrZ Performance: 模电, HBM",
|
||||||
"Test: 思竣 Performance: 模电, HBM",
|
"Test: 思竣 Performance: 模电, HBM",
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ return{
|
|||||||
"Powered by LOVE2D",
|
"Powered by LOVE2D",
|
||||||
"",
|
"",
|
||||||
"Programa: MrZ, Particle_G, [T9972, FinnTenzor]",
|
"Programa: MrZ, Particle_G, [T9972, FinnTenzor]",
|
||||||
"Art: MrZ, [ScF, Gnyar, T0722]",
|
"Art: MrZ, ScF, [Gnyar, T0722]",
|
||||||
"Music: MrZ, [T0722]",
|
"Music: MrZ, [T0722]",
|
||||||
"Voice & Sound: Miya, Naki, MrZ",
|
"Voice & Sound: Miya, Naki, MrZ",
|
||||||
"Test: 思竣 Performance: 模电, HBM",
|
"Test: 思竣 Performance: 模电, HBM",
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ return{
|
|||||||
"Creado con LOVE2D",
|
"Creado con LOVE2D",
|
||||||
"",
|
"",
|
||||||
"Programación: MrZ, Particle_G, [T9972, FinnTenzor]",
|
"Programación: MrZ, Particle_G, [T9972, FinnTenzor]",
|
||||||
"Artistas: MrZ, [ScF, Gnyar, T0722]",
|
"Artistas: MrZ, ScF, [Gnyar, T0722]",
|
||||||
"Música: MrZ, [T0722]",
|
"Música: MrZ, [T0722]",
|
||||||
"Voces/Sonidos: Miya, Naki, MrZ Performance: 模电, HBM",
|
"Voces/Sonidos: Miya, Naki, MrZ Performance: 模电, HBM",
|
||||||
"Testeo: 思竣 Performance: 模电, HBM",
|
"Testeo: 思竣 Performance: 模电, HBM",
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ return{
|
|||||||
"使用LOVE2D引擎",
|
"使用LOVE2D引擎",
|
||||||
"",
|
"",
|
||||||
"程序: MrZ, Particle_G, [T9972, FinnTenzor]",
|
"程序: MrZ, Particle_G, [T9972, FinnTenzor]",
|
||||||
"美术: MrZ, [ScF, Gnyar, T0722]",
|
"美术: MrZ, ScF, [Gnyar, T0722]",
|
||||||
"音乐: MrZ, [T0722]",
|
"音乐: MrZ, [T0722]",
|
||||||
"音效/语音: Miya, Naki, MrZ",
|
"音效/语音: Miya, Naki, MrZ",
|
||||||
"测试: 思竣 演出: 模电, HBM",
|
"测试: 思竣 演出: 模电, HBM",
|
||||||
|
|||||||
@@ -47,13 +47,14 @@ end
|
|||||||
local function drawRow(h,V,L)
|
local function drawRow(h,V,L)
|
||||||
local texture=SKIN.curText
|
local texture=SKIN.curText
|
||||||
local t=TIME()*4
|
local t=TIME()*4
|
||||||
|
local rep=GAME.replaying
|
||||||
for i=1,10 do
|
for i=1,10 do
|
||||||
if L[i]>0 then
|
if L[i]>0 then
|
||||||
if V[i]>0 then
|
if V[i]>0 then
|
||||||
local a=V[i]*.05
|
local a=V[i]*.05
|
||||||
gc_setColor(1,1,1,a)
|
gc_setColor(1,1,1,a)
|
||||||
gc_draw(texture[L[i]],30*i-30,-30*h)-- drawCell(j,i,L[i])
|
gc_draw(texture[L[i]],30*i-30,-30*h)-- drawCell(j,i,L[i])
|
||||||
elseif GAME.replaying then
|
elseif rep then
|
||||||
gc_setColor(1,1,1,.3+.08*sin(.5*(h-i)+t))
|
gc_setColor(1,1,1,.3+.08*sin(.5*(h-i)+t))
|
||||||
gc_rectangle("fill",30*i-30,-30*h,30,30)
|
gc_rectangle("fill",30*i-30,-30*h,30,30)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user