再微调大量模式的左侧信息显示
stack模式左侧信息添加"块数"标签
This commit is contained in:
@@ -14,9 +14,9 @@ return{
|
||||
bg='tunnel',bgm='echo',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
mStr(P.stat.atk,63,310)
|
||||
mText(drawableText.atk,63,380)
|
||||
setFont(60)
|
||||
mStr(P.stat.atk,63,280)
|
||||
mText(drawableText.atk,63,350)
|
||||
end,
|
||||
score=function(P)return{math.min(math.floor(P.stat.atk),100),P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." Attack "..STRING.time(D[2])end,
|
||||
|
||||
@@ -14,9 +14,9 @@ return{
|
||||
bg='blackhole',bgm='echo',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
mStr(P.stat.atk,63,310)
|
||||
mText(drawableText.atk,63,380)
|
||||
setFont(60)
|
||||
mStr(P.stat.atk,63,280)
|
||||
mText(drawableText.atk,63,350)
|
||||
end,
|
||||
score=function(P)return{math.min(math.floor(P.stat.atk),100),P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." Attack "..STRING.time(D[2])end,
|
||||
|
||||
@@ -13,9 +13,9 @@ return{
|
||||
bg='tunnel',bgm='echo',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
mStr(P.stat.atk,63,310)
|
||||
mText(drawableText.atk,63,380)
|
||||
setFont(60)
|
||||
mStr(P.stat.atk,63,280)
|
||||
mText(drawableText.atk,63,350)
|
||||
end,
|
||||
score=function(P)return{math.min(math.floor(P.stat.atk),100),P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." Attack "..STRING.time(D[2])end,
|
||||
|
||||
@@ -14,9 +14,9 @@ return{
|
||||
bg='blackhole',bgm='echo',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
mStr(P.stat.atk,63,310)
|
||||
mText(drawableText.atk,63,380)
|
||||
setFont(60)
|
||||
mStr(P.stat.atk,63,280)
|
||||
mText(drawableText.atk,63,350)
|
||||
end,
|
||||
score=function(P)return{math.min(math.floor(P.stat.atk),100),P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." Attack "..STRING.time(D[2])end,
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
local boarder=GC.DO{334,620,
|
||||
{'setLW',2},
|
||||
{'setCL',.97,.97,.975},
|
||||
{'dRect',16,1,302,618,5},
|
||||
{'fRect',17,612,300,2},
|
||||
{'dRect',318,9,15,596,3},
|
||||
{'dRect',1,9,15,596,3},
|
||||
}
|
||||
local gc=love.graphics
|
||||
local sin,min=math.sin,math.min
|
||||
return{
|
||||
@@ -30,9 +38,7 @@ return{
|
||||
gc.translate(150,0)
|
||||
gc.setColor(.5,.5,.5)
|
||||
--Frame
|
||||
gc.rectangle('line',-1,-11,302,612)--Boarder
|
||||
gc.rectangle('line',301,-3,15,604)--AtkBuffer boarder
|
||||
gc.rectangle('line',-16,-3,15,604)--B2b bar boarder
|
||||
gc.draw(boarder,-17,-12)
|
||||
end
|
||||
gc.pop()
|
||||
end
|
||||
|
||||
@@ -22,7 +22,7 @@ return{
|
||||
bg='bg2',bgm='shift',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
setFont(60)
|
||||
mStr(P.modeData.wave,63,310)
|
||||
mText(drawableText.wave,63,375)
|
||||
end,
|
||||
|
||||
@@ -21,7 +21,7 @@ return{
|
||||
bg='bg2',bgm='shift',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
setFont(60)
|
||||
mStr(P.modeData.wave,63,310)
|
||||
mText(drawableText.wave,63,375)
|
||||
end,
|
||||
|
||||
@@ -17,7 +17,7 @@ return{
|
||||
|
||||
setFont(70)
|
||||
mStr(P.stat.pc,63,300)
|
||||
mText(drawableText.pc,63,380)
|
||||
mText(drawableText.pc,63,350)
|
||||
end,
|
||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||
|
||||
@@ -24,7 +24,7 @@ return{
|
||||
mesDisp=function(P)
|
||||
setFont(70)
|
||||
mStr(P.stat.pc,63,300)
|
||||
mText(drawableText.pc,63,380)
|
||||
mText(drawableText.pc,63,350)
|
||||
end,
|
||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||
|
||||
@@ -17,7 +17,7 @@ return{
|
||||
|
||||
setFont(70)
|
||||
mStr(P.stat.pc,63,300)
|
||||
mText(drawableText.pc,63,380)
|
||||
mText(drawableText.pc,63,350)
|
||||
end,
|
||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||
|
||||
@@ -15,7 +15,7 @@ return{
|
||||
|
||||
setFont(70)
|
||||
mStr(P.stat.pc,63,300)
|
||||
mText(drawableText.pc,63,380)
|
||||
mText(drawableText.pc,63,350)
|
||||
end,
|
||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||
|
||||
@@ -59,7 +59,7 @@ return{
|
||||
mesDisp=function(P)
|
||||
setFont(70)
|
||||
mStr(P.stat.pc,63,300)
|
||||
mText(drawableText.pc,63,380)
|
||||
mText(drawableText.pc,63,350)
|
||||
end,
|
||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||
|
||||
@@ -50,7 +50,7 @@ return{
|
||||
mesDisp=function(P)
|
||||
setFont(70)
|
||||
mStr(P.stat.pc,63,300)
|
||||
mText(drawableText.pc,63,380)
|
||||
mText(drawableText.pc,63,350)
|
||||
end,
|
||||
score=function(P)return{P.stat.pc,P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." PCs "..STRING.time(D[2])end,
|
||||
|
||||
@@ -11,8 +11,9 @@ return{
|
||||
bg='none',bgm='there',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(55)
|
||||
mStr(P.stat.piece,63,265)
|
||||
setFont(60)
|
||||
mStr(P.stat.piece,63,280)
|
||||
mText(drawableText.piece,63,350)
|
||||
end,
|
||||
score=function(P)return{P.stat.piece,P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." Pieces".." "..STRING.time(D[2])end,
|
||||
|
||||
@@ -8,8 +8,9 @@ return{
|
||||
bg='none',bgm='there',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(55)
|
||||
mStr(P.stat.piece,63,265)
|
||||
setFont(60)
|
||||
mStr(P.stat.piece,63,280)
|
||||
mText(drawableText.piece,63,350)
|
||||
end,
|
||||
score=function(P)return{P.stat.piece,P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." Pieces".." "..STRING.time(D[2])end,
|
||||
|
||||
@@ -10,8 +10,9 @@ return{
|
||||
bg='none',bgm='there',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(55)
|
||||
mStr(P.stat.piece,63,265)
|
||||
setFont(60)
|
||||
mStr(P.stat.piece,63,280)
|
||||
mText(drawableText.piece,63,350)
|
||||
end,
|
||||
score=function(P)return{P.stat.piece,P.stat.time}end,
|
||||
scoreDisp=function(D)return D[1].." Pieces".." "..STRING.time(D[2])end,
|
||||
|
||||
@@ -23,8 +23,8 @@ return{
|
||||
bg='glow',bgm='new era',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
mStr(P.modeData.wave,63,310)
|
||||
setFont(60)
|
||||
mStr(P.modeData.wave,63,280)
|
||||
mText(drawableText.wave,63,375)
|
||||
end,
|
||||
score=function(P)return{P.modeData.wave,P.stat.time}end,
|
||||
|
||||
@@ -30,8 +30,8 @@ return{
|
||||
bg='glow',bgm='new era',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
mStr(P.modeData.wave,63,310)
|
||||
setFont(60)
|
||||
mStr(P.modeData.wave,63,280)
|
||||
mText(drawableText.wave,63,375)
|
||||
end,
|
||||
score=function(P)return{P.modeData.wave,P.stat.time}end,
|
||||
|
||||
@@ -24,8 +24,8 @@ return{
|
||||
bg='glow',bgm='here',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
mStr(P.modeData.wave,63,310)
|
||||
setFont(60)
|
||||
mStr(P.modeData.wave,63,280)
|
||||
mText(drawableText.wave,63,375)
|
||||
end,
|
||||
score=function(P)return{P.modeData.wave,P.stat.time}end,
|
||||
|
||||
@@ -29,8 +29,8 @@ return{
|
||||
bg='glow',bgm='new era',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
mStr(P.modeData.wave,63,310)
|
||||
setFont(60)
|
||||
mStr(P.modeData.wave,63,280)
|
||||
mText(drawableText.wave,63,375)
|
||||
end,
|
||||
score=function(P)return{P.modeData.wave,P.stat.time}end,
|
||||
|
||||
@@ -29,8 +29,8 @@ return{
|
||||
bg='welcome',bgm='here',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
mStr(P.modeData.wave,63,310)
|
||||
setFont(60)
|
||||
mStr(P.modeData.wave,63,280)
|
||||
mText(drawableText.wave,63,375)
|
||||
end,
|
||||
score=function(P)return{P.modeData.wave,P.stat.time}end,
|
||||
|
||||
@@ -19,7 +19,7 @@ return{
|
||||
bg='matrix',bgm='vapor',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
setFont(60)
|
||||
mStr(P.modeData.tsd,63,250)
|
||||
mText(drawableText.tsd,63,315)
|
||||
end,
|
||||
|
||||
@@ -19,7 +19,7 @@ return{
|
||||
bg='matrix',bgm='vapor',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
setFont(60)
|
||||
mStr(P.modeData.tsd,63,250)
|
||||
mText(drawableText.tsd,63,315)
|
||||
end,
|
||||
|
||||
@@ -28,7 +28,7 @@ return{
|
||||
bg='matrix',bgm='vapor',
|
||||
},
|
||||
mesDisp=function(P)
|
||||
setFont(65)
|
||||
setFont(60)
|
||||
mStr(P.modeData.tsd,63,250)
|
||||
mText(drawableText.tsd,63,315)
|
||||
gc.push('transform')
|
||||
|
||||
Reference in New Issue
Block a user