.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
}
],
"_active": true,
"_active": false,
"_components": [
{
"__id__": 62

View File

@ -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;

View File

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

View File

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