整理代码,texture文件添加注释,移除一个素材创建

This commit is contained in:
MrZ626
2021-03-22 16:06:30 +08:00
parent d018b9fba0
commit d168304a6d
3 changed files with 21 additions and 14 deletions

View File

@@ -299,7 +299,11 @@ function scene.draw()
end
if mapCam.keyCtrl then
gc.setColor(1,1,1)
gc.draw(TEXTURE.mapCross,640-20,360-20)
gc.setLineWidth(4)
gc.translate(640,360)
gc.line(-20,0,20,0)
gc.line(0,-20,0,20)
gc.translate(-640,-360)
end
end