注释首字母大写
This commit is contained in:
@@ -11,9 +11,11 @@ local function score(P)
|
||||
MD.point=MD.point+s
|
||||
if MD.point%100==99 then SFX.play("blip_1")end
|
||||
if int(MD.point*.01)>MD.event then
|
||||
local s=MD.event+1;MD.event=s--level up!
|
||||
--Level up!
|
||||
local s=MD.event+1;MD.event=s
|
||||
local E=P.gameEnv
|
||||
if s<4 then--first 300
|
||||
if s<4 then
|
||||
--First 300
|
||||
if s~=1 then E.lock=E.lock-1 end
|
||||
if s~=2 then E.wait=E.wait-1 end
|
||||
if s~=3 then E.fall=E.fall-1 end
|
||||
|
||||
Reference in New Issue
Block a user