From 65f6326b144f42591dbc1c1cca68bfc512cfe349 Mon Sep 17 00:00:00 2001 From: "COMPUTER\\EDY" <249929363@qq.com> Date: Fri, 14 Aug 2026 19:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/Map.ts | 2 +- assets/Script/module/Config/GameConfig.ts | 2 +- assets/Script/module/Tool/GameTool.ts | 2 +- assets/action_bundle/script/WinStreak.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/Script/Map.ts b/assets/Script/Map.ts index f0dd105..3248ad8 100644 --- a/assets/Script/Map.ts +++ b/assets/Script/Map.ts @@ -6421,7 +6421,7 @@ export default class MapConroler extends cc.Component { } } } - this.numberToImageNodes2(cc.fx.GameConfig.GM_INFO.winStreak, 10, 5, "", winStreak.getChildByName("number"), true); + this.numberToImageNodes2(Math.min(cc.fx.GameConfig.GM_INFO.winStreak, 10), 10, 5, "", winStreak.getChildByName("number"), true); } //创建 入职界面 diff --git a/assets/Script/module/Config/GameConfig.ts b/assets/Script/module/Config/GameConfig.ts index 7b630d1..86d6c69 100644 --- a/assets/Script/module/Config/GameConfig.ts +++ b/assets/Script/module/Config/GameConfig.ts @@ -311,7 +311,7 @@ export class GameConfig { vibrateOpen: true, //震动 coinnum: 0, //每局的金币数 paid_user: false, //是否是付费用户 - version: "2.0.08", //版本号 + version: "2.0.09", //版本号 shushu_DistinctId: "", //数数访客ID shushu_AccountId: "", //数数账号ID uid: "", //用户和后端唯一id diff --git a/assets/Script/module/Tool/GameTool.ts b/assets/Script/module/Tool/GameTool.ts index f1a6a2b..94e0d96 100644 --- a/assets/Script/module/Tool/GameTool.ts +++ b/assets/Script/module/Tool/GameTool.ts @@ -452,7 +452,7 @@ var GameTool = { // cc.fx.StorageMessage.setStorage("level", levelInfo); // } - let max_level = 3000; + let max_level = 1880; if (cc.fx.GameConfig.GM_INFO.level > (max_level - 1)) { cc.fx.GameConfig.GM_INFO.level = max_level; diff --git a/assets/action_bundle/script/WinStreak.ts b/assets/action_bundle/script/WinStreak.ts index 656a4c3..8b75d3c 100644 --- a/assets/action_bundle/script/WinStreak.ts +++ b/assets/action_bundle/script/WinStreak.ts @@ -66,7 +66,7 @@ export default class WinStreak extends cc.Component { } } } - this.numberToImageNodes2(cc.fx.GameConfig.GM_INFO.winStreak, 10, 5, "", this.node.getChildByName("number"), true); + this.numberToImageNodes2(Math.min(cc.fx.GameConfig.GM_INFO.winStreak, 10), 10, 5, "", this.node.getChildByName("number"), true); } //入场动画 setAction() {