重构背景系统(每个背景使用独立文件),全局变量名整理
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
return{
|
||||
color=color.green,
|
||||
color=COLOR.green,
|
||||
env={
|
||||
life=2,
|
||||
drop=60,lock=60,
|
||||
@@ -9,7 +9,7 @@ return{
|
||||
pauseLimit=true,
|
||||
load=function()
|
||||
PLY.newPlayer(1,340,15)
|
||||
PLY.newAIPlayer(2,965,360,.5,AITemplate("9S",5))
|
||||
PLY.newAIPlayer(2,965,360,.5,AIBUILDER("9S",5))
|
||||
end,
|
||||
score=function(P)return{P.stat.time}end,
|
||||
scoreDisp=function(D)return toTime(D[1])end,
|
||||
|
||||
Reference in New Issue
Block a user