修改techrash_u,tsd_h,tsd_u的列标记颜色
This commit is contained in:
@@ -8,7 +8,7 @@ return{
|
|||||||
PLY.draw.applyField(P)
|
PLY.draw.applyField(P)
|
||||||
local L=P.modeData.history
|
local L=P.modeData.history
|
||||||
for i=1,#L do
|
for i=1,#L do
|
||||||
gc.setColor(1,.5,.5,.24)
|
gc.setColor(1,.3,.3,.45-i*.04)
|
||||||
gc.rectangle('fill',30*L[i]-30,0,30,600)
|
gc.rectangle('fill',30*L[i]-30,0,30,600)
|
||||||
end
|
end
|
||||||
PLY.draw.cancelField(P)
|
PLY.draw.cancelField(P)
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ return{
|
|||||||
local L=P.modeData.history
|
local L=P.modeData.history
|
||||||
if L[1]and L[1]==L[2]and L[1]==L[3]then
|
if L[1]and L[1]==L[2]and L[1]==L[3]then
|
||||||
PLY.draw.applyField(P)
|
PLY.draw.applyField(P)
|
||||||
gc.setColor(1,.5,.5,.2)
|
gc.setColor(1,.3,.3,.2)
|
||||||
gc.rectangle('fill',30*L[1]-30,0,30,600)
|
gc.rectangle('fill',30*L[1]-30,0,30,600)
|
||||||
PLY.draw.cancelField(P)
|
PLY.draw.cancelField(P)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ return{
|
|||||||
PLY.draw.applyField(P)
|
PLY.draw.applyField(P)
|
||||||
local L=P.modeData.history
|
local L=P.modeData.history
|
||||||
for i=1,#L do
|
for i=1,#L do
|
||||||
gc.setColor(1,.5,.5,.3-i*.05)
|
gc.setColor(1,.3,.3,.3-i*.05)
|
||||||
gc.rectangle('fill',30*L[i]-30,0,30,600)
|
gc.rectangle('fill',30*L[i]-30,0,30,600)
|
||||||
end
|
end
|
||||||
PLY.draw.cancelField(P)
|
PLY.draw.cancelField(P)
|
||||||
|
|||||||
Reference in New Issue
Block a user