dd
This commit is contained in:
@@ -1096,6 +1096,7 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 47
|
"__id__": 47
|
||||||
},
|
},
|
||||||
|
"ii_uuid": null,
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1037,10 +1037,10 @@
|
|||||||
"height": 76,
|
"height": 76,
|
||||||
"rawWidth": 306,
|
"rawWidth": 306,
|
||||||
"rawHeight": 76,
|
"rawHeight": 76,
|
||||||
"borderTop": 0,
|
"borderTop": 44,
|
||||||
"borderBottom": 0,
|
"borderBottom": 25,
|
||||||
"borderLeft": 0,
|
"borderLeft": 8,
|
||||||
"borderRight": 0,
|
"borderRight": 7,
|
||||||
"packable": true,
|
"packable": true,
|
||||||
"pixelsToUnit": 100,
|
"pixelsToUnit": 100,
|
||||||
"pivotX": 0.5,
|
"pivotX": 0.5,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
|||||||
import { _decorator, Label, resources, Sprite, SpriteAtlas } from "cc";
|
import { _decorator, CCInteger, Label, resources, Sprite, SpriteAtlas } from "cc";
|
||||||
import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS";
|
import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS";
|
||||||
import { CCComp } from "../../../../extensions/oops-plugin-framework/assets/module/common/CCComp";
|
import { CCComp } from "../../../../extensions/oops-plugin-framework/assets/module/common/CCComp";
|
||||||
import { Items } from "../common/config/Items";
|
import { Items } from "../common/config/Items";
|
||||||
@@ -14,7 +14,6 @@ export class ItemComp extends CCComp {
|
|||||||
i_uuid:number = 0;
|
i_uuid:number = 0;
|
||||||
num:number = 0;
|
num:number = 0;
|
||||||
start() {
|
start() {
|
||||||
|
|
||||||
//todo 设定icon 显示
|
//todo 设定icon 显示
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user