.mate文件上传
This commit is contained in:
parent
cea68a233e
commit
2762fddd63
|
@ -1186,7 +1186,7 @@
|
|||
"__id__": 60
|
||||
}
|
||||
],
|
||||
"_active": true,
|
||||
"_active": false,
|
||||
"_components": [
|
||||
{
|
||||
"__id__": 62
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
"premultiplyAlpha": false,
|
||||
"genMipmaps": false,
|
||||
"packable": true,
|
||||
"width": 512,
|
||||
"height": 1008,
|
||||
"width": 1008,
|
||||
"height": 512,
|
||||
"platformSettings": {},
|
||||
"subMetas": {}
|
||||
}
|
|
@ -8,8 +8,8 @@
|
|||
"premultiplyAlpha": false,
|
||||
"genMipmaps": false,
|
||||
"packable": true,
|
||||
"width": 252,
|
||||
"height": 1783,
|
||||
"width": 251,
|
||||
"height": 1862,
|
||||
"platformSettings": {},
|
||||
"subMetas": {}
|
||||
}
|
Loading…
Reference in New Issue
Block a user