Commit b96c3ab4 authored by spc's avatar spc

modified: project/src/canvas/game/src/com/SuccessNoAwardPanel.ts

parent 77ec604f
......@@ -18,6 +18,9 @@ export class SuccessNoAwardPanel extends Panel {
this.addChild(closeBtn)
closeBtn.addEventListener(FYGE.MouseEvent.CLICK, this.back, this)
// let text = Tools.getText(this.data && this.data.type == 6 ? "抽奖次数+" + this.data.num : "奖品与你擦肩而过,\n再接再励哦~", 30, "#fff", FYGE.TEXT_ALIGN.CENTER)
let text = Tools.getText(this.data && this.data.type == 6 ? "抽奖次数+" + this.data.num : "奖品与你擦肩而过,\n再接再励哦~", 30, "#fff", FYGE.TEXT_ALIGN.CENTER)
text.x = bg.width - text.textWidth >> 1
text.y = bg.height - text.textHeight >> 1
......
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