修复统计菜单游戏logo上色错误

This commit is contained in:
MrZ_26
2023-01-21 18:19:13 +08:00
parent fb5544ce0f
commit e558a9fc9d

View File

@@ -62,6 +62,7 @@ local spinChars={
function scene.draw()
local t=TIME()
GC.setColor(1,1,1)
GC.draw(TEXTURE.title,260,615,.2+.04*math.sin(t*3),.4,nil,580,118)
GC.setColor(COLOR.Z)