玩家添加弹出过关文本的方法,大师模式统一使用该方法

大师-虚幻添加过关文本close #282
This commit is contained in:
MrZ626
2021-09-09 19:45:52 +08:00
parent c668a22345
commit 60ef682c80
7 changed files with 17 additions and 6 deletions

View File

@@ -47,6 +47,9 @@ function Player:popScore(score)
)
end
end
function Player:stageComplete(stage)
self:_showText(text.stage:gsub("$1",stage),0,-120,60,'fly',1.26)
end
function Player:createLockFX()
if self.gameEnv.lockFX then
local CB=self.cur.bk