背景系统微调,初始强制加载none背景

This commit is contained in:
MrZ626
2020-11-12 00:47:12 +08:00
parent 18b7448da8
commit 55414b061c
3 changed files with 11 additions and 12 deletions

View File

@@ -1,6 +0,0 @@
local gc=love.graphics
local back={}
function back.draw()
gc.clear(.15,.15,.15)
end
return back