Commit a9a6d347 authored by liujiangnan's avatar liujiangnan

feat: 提示

parent ac12472a
......@@ -117,7 +117,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
return;
}
if (lock.active) {
this.showTips("未解锁");
this.showTips("请拼读达人按顺序观看小剧场哦!");
return;
}
......@@ -285,18 +285,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
titleNode.getComponent(cc.RichText).string = `<outline align=top color=${outline}
width=4>${name}</outline>`
// const pos = exchangeNodePos(b, titleNode);
// titleNode.x = pos.x;
// titleNode.y = pos.y;
// titleNode.parent = b;
// const textPng = this.getSprNode("Game");
// titleNode.addChild(textPng);
// textPng.y = -titleNode.height;
// textPng.active = false;
// titleNode.textPng = textPng;
});
......
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