From 2762fddd636847f37967b9e527bc8bb27688d388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?computer=5C=E5=B0=BC=E5=8D=A1?= <203267346@qq.com> Date: Tue, 1 Jul 2025 19:44:44 +0800 Subject: [PATCH] =?UTF-8?q?.mate=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Scene/HomeScene.fire | 2 +- assets/Script/Block.ts | 1 + assets/UI/UI/pop/homeUi.png.meta | 4 ++-- assets/res/font/font.png.meta | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/Scene/HomeScene.fire b/assets/Scene/HomeScene.fire index eae8fbe..9572e5c 100644 --- a/assets/Scene/HomeScene.fire +++ b/assets/Scene/HomeScene.fire @@ -1186,7 +1186,7 @@ "__id__": 60 } ], - "_active": true, + "_active": false, "_components": [ { "__id__": 62 diff --git a/assets/Script/Block.ts b/assets/Script/Block.ts index 1aa3d1b..f8c2d4d 100644 --- a/assets/Script/Block.ts +++ b/assets/Script/Block.ts @@ -176,6 +176,7 @@ export default class Block extends cc.Component { this.type = block_Info.type; this.color = block_Info.color; this.blockId = block_Info.id; + console.log("方块类型",this.type,"方块颜色",this.color,"方块ID",this.blockId); // if(posX&&posY){ // this.posX = posX; // this.posY = posY; diff --git a/assets/UI/UI/pop/homeUi.png.meta b/assets/UI/UI/pop/homeUi.png.meta index be65614..d849c28 100644 --- a/assets/UI/UI/pop/homeUi.png.meta +++ b/assets/UI/UI/pop/homeUi.png.meta @@ -8,8 +8,8 @@ "premultiplyAlpha": false, "genMipmaps": false, "packable": true, - "width": 512, - "height": 1008, + "width": 1008, + "height": 512, "platformSettings": {}, "subMetas": {} } \ No newline at end of file diff --git a/assets/res/font/font.png.meta b/assets/res/font/font.png.meta index 8506a23..d49cbc3 100644 --- a/assets/res/font/font.png.meta +++ b/assets/res/font/font.png.meta @@ -8,8 +8,8 @@ "premultiplyAlpha": false, "genMipmaps": false, "packable": true, - "width": 252, - "height": 1783, + "width": 251, + "height": 1862, "platformSettings": {}, "subMetas": {} } \ No newline at end of file