Commit a03fb322 authored by spc's avatar spc

modified: project/src/canvas/game/src/xiaoxiaole/XxlScene.ts

parent 3e7a4e0f
......@@ -410,7 +410,7 @@ export class XxlScene extends Scene {
progressContainer.y = 205
this.topContainer.addChild(progressContainer)
let tip = Tools.getText("规定时间内通过3关且用时最短者获胜", 20, "#cbd3d9")
let tip = Tools.getText("率先通过3关或120秒结束时得分高者胜出", 20, "#cbd3d9")
tip.x = (Ins.stageW - tip.textWidth) >> 1
tip.y = 170
this.topContainer.addChild(tip)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment