This commit is contained in:
2024-12-05 10:45:24 +08:00
parent bf8e0054af
commit db86730373
4 changed files with 5543 additions and 811 deletions

View File

@@ -1096,6 +1096,7 @@
"__prefab": {
"__id__": 47
},
"ii_uuid": null,
"_id": ""
},
{

View File

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

View File

@@ -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 显示
}