Files
Techmino/parts/eventsets/blindMesDisp.lua
Imple Lee fe29cc532d fix many warnings (#889)
* fix many warnings

some of them can be solved by using a prototype-based system
maybe I can try to use some of these systems to reform backgrounds...

* Update app_mahjong.lua

---------

Co-authored-by: MrZ_26 <1046101471@qq.com>
2023-05-03 00:27:54 +08:00

12 lines
278 B
Lua

return {
mesDisp=function(P)
mText(TEXTOBJ.techrash,63,420)
setFont(75)
GC.mStr(P.stat.clears[4],63,340)
PLY.draw.applyField(P)
GC.setColor(1,1,1,.1)
GC.draw(IMG.electric,0,106,0,2.6)
PLY.draw.cancelField()
end,
}