From a5a933f6093b276ac247364f2c47e92f999912ac Mon Sep 17 00:00:00 2001 From: "COMPUTER\\EDY" <249929363@qq.com> Date: Wed, 31 Dec 2025 19:02:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AABUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/Block.ts | 4 +++ assets/Script/Wall.ts | 2 +- assets/Script/module/Tool/GameTool.ts | 4 +-- assets/career/prefab/rankGame.prefab | 4 +-- assets/resources/shader/icon_12.png.meta | 38 ------------------------ 5 files changed, 9 insertions(+), 43 deletions(-) delete mode 100644 assets/resources/shader/icon_12.png.meta diff --git a/assets/Script/Block.ts b/assets/Script/Block.ts index 392fa81..002e162 100644 --- a/assets/Script/Block.ts +++ b/assets/Script/Block.ts @@ -809,6 +809,10 @@ export default class Block extends cc.Component { return; } if (this.block_Info.floor) { + + if (this.block_Info.floorMove == undefined) { + return; + } if (this.block_Info.floorMove == false) { return; } diff --git a/assets/Script/Wall.ts b/assets/Script/Wall.ts index b78acce..34a6aea 100644 --- a/assets/Script/Wall.ts +++ b/assets/Script/Wall.ts @@ -877,7 +877,7 @@ export default class Wall extends cc.Component { // this.node.parent.getChildByName("down").getComponent(cc.Sprite).spriteFrame = spriteFrame; // if (this.node.getChildByName("icon")) this.node.getChildByName("icon").getComponent(cc.Sprite).spriteFrame = spriteFrame; - // this.node.parent.getChildByName("down").getComponent(cc.Sprite).spriteFrame = null; + this.node.parent.getChildByName("down").getComponent(cc.Sprite).spriteFrame = null; this.node.parent.getChildByName("length").active = true; } if (type == 0) { diff --git a/assets/Script/module/Tool/GameTool.ts b/assets/Script/module/Tool/GameTool.ts index 4c7d527..5c19c75 100644 --- a/assets/Script/module/Tool/GameTool.ts +++ b/assets/Script/module/Tool/GameTool.ts @@ -426,8 +426,8 @@ var GameTool = { //关卡上限 maxLevel() { let jg = false; - if (cc.fx.GameConfig.GM_INFO.level > 919) { - cc.fx.GameConfig.GM_INFO.level = 920; + if (cc.fx.GameConfig.GM_INFO.level > 889) { + cc.fx.GameConfig.GM_INFO.level = 890; jg = true; } return jg; diff --git a/assets/career/prefab/rankGame.prefab b/assets/career/prefab/rankGame.prefab index b20ac00..40e3202 100644 --- a/assets/career/prefab/rankGame.prefab +++ b/assets/career/prefab/rankGame.prefab @@ -7683,8 +7683,8 @@ "__type__": "TypedArray", "ctor": "Float64Array", "array": [ - 351.158, - 269.019, + 350.595, + 266.58, 0, 0, 0, diff --git a/assets/resources/shader/icon_12.png.meta b/assets/resources/shader/icon_12.png.meta deleted file mode 100644 index 4aafcfd..0000000 --- a/assets/resources/shader/icon_12.png.meta +++ /dev/null @@ -1,38 +0,0 @@ -{ - "ver": "2.3.7", - "uuid": "ef45e5c7-f7f9-4a43-9ed1-b546154397f9", - "importer": "texture", - "type": "sprite", - "wrapMode": "clamp", - "filterMode": "bilinear", - "premultiplyAlpha": false, - "genMipmaps": false, - "packable": true, - "width": 250, - "height": 250, - "platformSettings": {}, - "subMetas": { - "icon_12": { - "ver": "1.0.6", - "uuid": "4d9d2217-6cbf-465c-ae99-b4e22b9ebc23", - "importer": "sprite-frame", - "rawTextureUuid": "ef45e5c7-f7f9-4a43-9ed1-b546154397f9", - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 3.5, - "offsetY": -7, - "trimX": 37, - "trimY": 14, - "width": 183, - "height": 236, - "rawWidth": 250, - "rawHeight": 250, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "subMetas": {} - } - } -} \ No newline at end of file