高级玩家

- 贡献度
- 26
- 金元
- 2965
- 积分
- 401
- 精华
- 0
- 注册时间
- 2007-12-18
|
打开\Data\Config\XUi\controls.xml
找到以下内容:
<drag_item_stack>
<rect controller="ItemStack" width="86" height="86" pos="-43,43" disableautobackground="true">
<sprite depth="2" name="background" width="1" height="1" color="[transparent]" type="sliced" globalopacity="true"/>
<sprite depth="4" name="itemIcon" width="86" height="60" atlas="ItemIconAtlas" sprite="{ItemIcon}" pos="0,-10" pivot="topleft" foregroundlayer="true"/>
<sprite depth="3" name="durabilityBackground" height="10" color="64,64,64,0" type="sliced" pos="0, -76" foregroundlayer="true"/>
<sprite depth="4" name="durability" width="0" height="0" color="[transparent]" type="filled" pos="0, -76" foregroundlayer="true"/>
<label depth="5" name="stackValue" pos="-43,-64" width="84" height="28" text="Test" justify="center" font_size="26" color="255,255,255,255"/>
</rect>
</drag_item_stack>
并替换红色字体的内容为空格即可
|
|