dd
This commit is contained in:
@@ -1096,6 +1096,7 @@
|
||||
"__prefab": {
|
||||
"__id__": 47
|
||||
},
|
||||
"ii_uuid": null,
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1037,10 +1037,10 @@
|
||||
"height": 76,
|
||||
"rawWidth": 306,
|
||||
"rawHeight": 76,
|
||||
"borderTop": 0,
|
||||
"borderBottom": 0,
|
||||
"borderLeft": 0,
|
||||
"borderRight": 0,
|
||||
"borderTop": 44,
|
||||
"borderBottom": 25,
|
||||
"borderLeft": 8,
|
||||
"borderRight": 7,
|
||||
"packable": true,
|
||||
"pixelsToUnit": 100,
|
||||
"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 { CCComp } from "../../../../extensions/oops-plugin-framework/assets/module/common/CCComp";
|
||||
import { Items } from "../common/config/Items";
|
||||
@@ -14,7 +14,6 @@ export class ItemComp extends CCComp {
|
||||
i_uuid:number = 0;
|
||||
num:number = 0;
|
||||
start() {
|
||||
|
||||
//todo 设定icon 显示
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user