.mate文件上传

This commit is contained in:
computer\尼卡 2025-07-01 19:44:44 +08:00
parent cea68a233e
commit 2762fddd63
4 changed files with 6 additions and 5 deletions

View File

@ -1186,7 +1186,7 @@
"__id__": 60 "__id__": 60
} }
], ],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 62 "__id__": 62

View File

@ -176,6 +176,7 @@ export default class Block extends cc.Component {
this.type = block_Info.type; this.type = block_Info.type;
this.color = block_Info.color; this.color = block_Info.color;
this.blockId = block_Info.id; this.blockId = block_Info.id;
console.log("方块类型",this.type,"方块颜色",this.color,"方块ID",this.blockId);
// if(posX&&posY){ // if(posX&&posY){
// this.posX = posX; // this.posX = posX;
// this.posY = posY; // this.posY = posY;

View File

@ -8,8 +8,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 512, "width": 1008,
"height": 1008, "height": 512,
"platformSettings": {}, "platformSettings": {},
"subMetas": {} "subMetas": {}
} }

View File

@ -8,8 +8,8 @@
"premultiplyAlpha": false, "premultiplyAlpha": false,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 252, "width": 251,
"height": 1783, "height": 1862,
"platformSettings": {}, "platformSettings": {},
"subMetas": {} "subMetas": {}
} }