|
PackageWnd - F9背包界面自定义 F9背包界面自定义涉及文件:GsRes \ ui \ PackageWnd.xml | 标签 | 说明 | Button name | 按钮标签名字 | Offset x | X坐标 | Offset y | Y坐标 | NormalTexture index | 按钮状态-正常 | HighlightTexture index | 按钮状态-点亮 | PushedTexture index | 按钮状态-点击 | Tips text | 鼠标放置按钮上的文字提示 | Button name说明标签 | 说明 | GsPackageSortButton | 整理包裹 | GsPackageRefButton | 刷新包裹 | btnClose | 关闭当前组件界面 | GsDiyPackageButton1 - GsDiyPackageButton10 | 触发版本里的QFunction-0.txt @背包按钮1 - @背包按钮10 |
案例展示: <Button name ="GsDiyPackageButton1">
<Offset x = "312" y = "382" />
<NormalTexture index = "33181" />
<HighlightTexture index = "33182" />
<PushedTexture index = "33181" />
<Tips text="清理无法丢弃的垃圾" />
</Button>
<Button name ="MoreButton">
<Offset x = "24" y = "297" />
<NormalTexture index = "4986" />
<HighlightTexture index = "4987" />
<PushedTexture index = "4988" />
</Button>
<Button name ="GsPackageSortButton">
<Offset x = "295" y = "383" />
<NormalTexture index = "53513" />
<HighlightTexture index = "53514" />
<PushedTexture index = "53515" />
<Tips text="整理包裹" />
</Button>
<Button name ="GsPackageRefButton">
<Offset x = "405" y = "383" />
<NormalTexture index = "53510" />
<HighlightTexture index = "53511" />
<PushedTexture index = "53512" />
<Tips text="刷新包裹" />
</Button>
|
|
|