GS引擎背包自定义
PackageWnd - F9背包界面自定义F9背包界面自定义
涉及文件:GsRes \ ui \ PackageWnd.xml
标签说明
Button name按钮标签名字
Offset xX坐标
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>
页:
[1]