重构背景系统(每个背景使用独立文件),全局变量名整理

This commit is contained in:
MrZ626
2020-11-04 00:08:50 +08:00
parent c688fef3f6
commit a485a71dfc
149 changed files with 1087 additions and 1046 deletions

View File

@@ -2,7 +2,7 @@ local gc=love.graphics
local sin,min=math.sin,math.min
local Timer=love.timer.getTime
return{
color=color.red,
color=COLOR.red,
env={
drop=30,lock=60,
next=1,
@@ -18,7 +18,7 @@ return{
load=function()
PLY.newPlayer(1,340,15)
if SETTING.spawn==0 then
LOG.print(text.switchSpawnSFX,color.yellow)
LOG.print(text.switchSpawnSFX,COLOR.yellow)
end
end,
mesDisp=function(P)