|
|
@@ -168,8 +168,13 @@ export default class Game extends cc.Component {
|
|
|
private initRedPoint() {
|
|
|
this.nodeRedPoint.node_sign.active = gData.sign.redPoint();
|
|
|
this.nodeRedPoint.node_pigbank.active = gData.pigbank.redPoint();
|
|
|
+ this.nodeRedPoint.node_turnable.active = gData.turnable.redPoint();
|
|
|
+ this.nodeRedPoint.node_blessingBag.active = gData.blessingBag.redPoint();
|
|
|
+ this.nodeRedPoint.node_redeem.active = gData.redeem.redPoint();
|
|
|
+
|
|
|
gData.gameData.init_red_point = false;
|
|
|
}
|
|
|
+
|
|
|
/**
|
|
|
* 自动打开面板
|
|
|
* - isAutoOpenPanel 1自动开 2不自动开 其他不处理
|