Barotrauma

Barotrauma

Maddened Black Sea Armory
SHELTER 10 Sep, 2024 @ 3:14am
有没有制作组的哥们能看到啊?
<CustomInterface canbeselected="true" drawhudwhenequipped="true" allowuioverlap="true">
<GuiFrame relativesize="0.083,0.055" anchor="BottomCenter" relativeoffset="0.21,0.01" style="MainMenuGUIButton" hidedragicons="true" draggable="false" />
<TickBox text="label.lighting" IsOn="true">
<StatusEffect type="OnUse" target="This" IsOn="true" />
<StatusEffect type="OnSecondaryUse" target="This" IsOn="false" />

这段潜水服的代码在笔记本电脑上有bug,手电筒的开关按钮没有了,你们能不能把它改或者替换下面这段,我自己已经试过了,它能够正常工作。

<CustomInterface canbeselected="true" drawhudwhenequipped="true">
<GuiFrame relativesize="0.12,0.08" anchor="BottomLeft" absoluteoffset="20,128" style="ItemUI" />
<TickBox text="潜水手电(FlashLight)">
<StatusEffect type="OnUse" target="This" IsOn="true" />
<StatusEffect type="OnSecondaryUse" target="This" IsOn="false" />

(备注:等你们好消息哦~)