v0.11.1:小Z更新

This commit is contained in:
MrZ626
2020-10-01 22:04:24 +08:00
parent 0e2698792b
commit 71fec8b497
179 changed files with 1894 additions and 915 deletions

View File

@@ -67,7 +67,7 @@ end
function textFX.score(t)
local _,_,_,T=gc.getColor()
gc.setColor(1,1,1,T*.5)
mStr(t.text,t.x,t.y-t.font*.7-t.c^.3*50)
mStr(t.text,t.x,t.y-t.font*.7-t.c^.2*50)
end
local TEXT={}