物品ui修改 完善

This commit is contained in:
panw
2025-01-20 10:29:02 +08:00
parent d756516cc6
commit 2b7de7ee92
11 changed files with 2853 additions and 1237 deletions

View File

@@ -19,7 +19,7 @@ export class HChipComp extends Component {
}
show_info(){
if(this.node.parent.name=="reward"||this.node.parent.name=="item_info") return
if(this.node.parent.name=="item_info") return
oops.gui.open(UIID.ItemInfo, {uuid:this.h_uuid,type:2});
}