From a9a6d347e7a5ef2970fc8a4ca07bba73b33c0eb6 Mon Sep 17 00:00:00 2001
From: liujiangnan <695541723@qq.com>
Date: Tue, 15 Nov 2022 16:49:09 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 assets/NJ_MonkyTree/scene/NJ_MonkyTree.ts | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/assets/NJ_MonkyTree/scene/NJ_MonkyTree.ts b/assets/NJ_MonkyTree/scene/NJ_MonkyTree.ts
index 791f4ed..931bc10 100644
--- a/assets/NJ_MonkyTree/scene/NJ_MonkyTree.ts
+++ b/assets/NJ_MonkyTree/scene/NJ_MonkyTree.ts
@@ -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;
                         });
 
 
-- 
2.21.0