bug修复,水印修改,20G上级调平

This commit is contained in:
MrZ_26
2020-07-18 01:05:10 +08:00
parent 7b35d69be1
commit 74bc1a2544
9 changed files with 63 additions and 45 deletions

View File

@@ -1935,6 +1935,9 @@ function player.win(P,result)
if P.human then
gameOver()
TASK.new(TICK.autoPause,{0})
if marking then
P:showTextF(text.marking,0,-226,22,"appear",.4,.0626)
end
end
P:newTask(TICK.finish)
end
@@ -2015,6 +2018,9 @@ function player.lose(P)
gameOver()
P:newTask(#players>1 and TICK.lose or TICK.finish)
TASK.new(TICK.autoPause,{0})
if marking then
P:showTextF(text.marking,0,-226,22,"appear",.4,.0626)
end
else
P:newTask(TICK.lose)
end