微调logo
This commit is contained in:
@@ -69,13 +69,13 @@ end
|
||||
gc.setDefaultFilter('linear','linear')
|
||||
|
||||
|
||||
TEXTURE.title=NSC(1130,236)--Title image (Middle: 580,118)
|
||||
TEXTURE.title=NSC(1040,236)--Title image (Middle: 580,118)
|
||||
do
|
||||
gc.setLineWidth(12)
|
||||
gc.translate(10,10)
|
||||
for i=1,#SVG_TITLE_FILL do
|
||||
local triangles=love.math.triangulate(SVG_TITLE_FILL[i])
|
||||
|
||||
gc.translate(12*i,0)
|
||||
|
||||
gc.setColor(COLOR.Z)
|
||||
gc.polygon('line',SVG_TITLE_FILL[i])
|
||||
@@ -85,19 +85,18 @@ do
|
||||
gc.polygon('fill',triangles[j])
|
||||
end
|
||||
|
||||
gc.translate(-12*i,0)
|
||||
end
|
||||
gc.translate(-10,-10)
|
||||
end
|
||||
|
||||
TEXTURE.title_color=NSC(1130,236)--Title image (colored)
|
||||
TEXTURE.title_color=NSC(1040,236)--Title image (colored)
|
||||
do
|
||||
local titleColor={COLOR.P,COLOR.F,COLOR.V,COLOR.A,COLOR.M,COLOR.N,COLOR.W,COLOR.Y}
|
||||
|
||||
gc.translate(10,10)
|
||||
for i=1,8 do
|
||||
local triangles=love.math.triangulate(SVG_TITLE_FILL[i])
|
||||
|
||||
gc.translate(12*i,0)
|
||||
|
||||
gc.setLineWidth(12)
|
||||
gc.setColor(COLOR.Z)
|
||||
gc.polygon('line',SVG_TITLE_FILL[i])
|
||||
@@ -112,9 +111,8 @@ do
|
||||
for j=1,#triangles do
|
||||
gc.polygon('fill',triangles[j])
|
||||
end
|
||||
|
||||
gc.translate(-12*i,0)
|
||||
end
|
||||
gc.translate(-10,-10)
|
||||
end
|
||||
|
||||
TEXTURE.multiple=GC.DO{15,15,
|
||||
|
||||
Reference in New Issue
Block a user