界面调整 去掉技能大页面
This commit is contained in:
@@ -18,7 +18,7 @@ export class ItemComp extends CCComp {
|
||||
}
|
||||
|
||||
show_info(){
|
||||
oops.gui.open(UIID.ItemInfo, Items[this.i_uuid]);
|
||||
oops.gui.open(UIID.ItemInfo, {uuid:this.i_uuid,type:0});
|
||||
}
|
||||
|
||||
/** 视图对象通过 ecs.Entity.remove(ModuleViewComp) 删除组件是触发组件处理自定义释放逻辑 */
|
||||
|
||||
Reference in New Issue
Block a user