|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
x
<Button name ="RecycleBtn">
<Offset x = "20" y = "90" />
<NormalTexture index = "95" />
<HighlightTexture index = "96" />
<PushedTexture index = "97" />
<ButtonText text="回收" />
<Tips text="装备回收" />
</Button>
PackageWnd.xml文件中添加了按钮,和客户端有显示
Mir200\Envir\FunLableList.txt文件中添加了@RecycleBtn
\Mir200\Envir\Funtion_def\QFunction-0.txt中增加了
[@RecycleBtn]
SENDMSG 5 [系统] 背包回收按钮已点击!
BREAK
重新加载脚本、重启服务端、客户端,在客户端上点击按钮都是没有反应的什么问题
|
|