微调任务失败信息和防御值显示动画

This commit is contained in:
MrZ626
2020-09-20 16:15:03 +08:00
parent f0d4c7ae7d
commit 469533c604

View File

@@ -2379,7 +2379,7 @@ do--player.drop(P)--Place piece
if send>0 then
if exblock>0 then
exblock=int(exblock*(1+P.strength*.25))--Badge Buff
P:showText(exblock,0,120,20,"zoomout")
P:showText("+"..exblock,0,53,20,"fly")
off=off+P:cancel(exblock)
end
@@ -2444,7 +2444,7 @@ do--player.drop(P)--Place piece
P:win()
end
elseif P.gameEnv.missionKill then
P:showText(text.missionFailed,0,200,40,"flicker",.5)
P:showText(text.missionFailed,0,140,40,"flicker",.5)
SFX.play("finesseError_long",.6)
P:lose()
end