.mate文件上传
This commit is contained in:
parent
cea68a233e
commit
2762fddd63
|
@ -1186,7 +1186,7 @@
|
||||||
"__id__": 60
|
"__id__": 60
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_active": true,
|
"_active": false,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 62
|
"__id__": 62
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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": {}
|
||||||
}
|
}
|
|
@ -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": {}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user