玩家绘制模块改动,applyFieldOffset函数改为applyField,组合更多功能

修复部分模式往场地内部绘制信息时偏移问题
close #181
This commit is contained in:
MrZ626
2021-08-10 03:32:07 +08:00
parent a73819214b
commit 17479ac08b
9 changed files with 52 additions and 48 deletions

View File

@@ -47,7 +47,7 @@ return{
local t=TIME()
gc.setColor(1,1,1,.5+.2*sin(t))
gc.draw(IMG.hbm,-276,-86,0,1.5)
gc.draw(IMG.electric,476,142,0,2.6)
gc.draw(IMG.electric,476,152,0,2.6)
--Texts
gc.setColor(.8,.8,.8)