增加正在联网提示

This commit is contained in:
MrZ626
2020-10-20 13:37:08 +08:00
parent 33df3fcb49
commit 8ac1720e9d
4 changed files with 30 additions and 19 deletions

View File

@@ -532,6 +532,13 @@ function love.run()
_.draw(_.time)
end
--Draw network working
if TASK.netTaskCount>0 then
setFont(30)
gc.setColor(color.rainbow(Timer()*5))
gc.print("E",1250,0,.26+.355*math.sin(Timer()*6.26))
end
--Draw FPS
gc.setColor(1,1,1)
setFont(15)