制作人员名单添加插图作者

This commit is contained in:
MrZ_26
2022-04-08 16:08:35 +08:00
parent 9426dcdc69
commit 6f3667e65a
9 changed files with 49 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ function scene.draw()
local L=text.staff
setFont(40)
for i=1,#L do
mStr(L[i],640,950+70*i-T)
mStr(L[i],640,950+65*i-T)
end
gc.setColor(1,1,1)
mDraw(TEXTURE.title_color,640,900-T,nil,.6)