整理代码

This commit is contained in:
MrZ626
2021-07-08 01:53:59 +08:00
parent 57792bd230
commit f3994316e3
9 changed files with 17 additions and 18 deletions

View File

@@ -618,7 +618,7 @@ do--function drawWarning()
if SETTING.warn and GAME.warnLVL>0 then
gc_push('transform')
gc_origin()
shader_warning:send("level",GAME.warnLVL)
shader_warning:send('level',GAME.warnLVL)
gc_setShader(shader_warning)
gc_rectangle('fill',0,0,SCR.w,SCR.h)
gc_setShader()