奖励到账

This commit is contained in:
walkpan
2024-11-28 19:09:04 +08:00
parent a0cc46e0b2
commit bc0f77ed62
15 changed files with 456 additions and 992 deletions

View File

@@ -19,7 +19,7 @@ export class ItemComp extends CCComp {
}
show_info(){
oops.gui.open(UIID.ItemInfo, { name:Items[this.i_uuid].name, info:Items[this.i_uuid].info});
oops.gui.open(UIID.ItemInfo, Items[this.i_uuid]);
}
/** 视图对象通过 ecs.Entity.remove(ModuleViewComp) 删除组件是触发组件处理自定义释放逻辑 */