Full paths to sound files
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<OxygenGenerator powerconsumption="1000.0" minvoltage="0.5" canbeselected = "true">
|
||||
<StatusEffect type="OnActive" target="Contained" targetnames="Oxygen Tank" Condition="0.5"/>
|
||||
<sound file="oxygengenerator.ogg" type="OnActive" range="1000.0" volume="CurrFlow" volumemultiplier="0.001f" loop="true"/>
|
||||
<sound file="Content/Items/OxygenGenerator/oxygengenerator.ogg" type="OnActive" range="1000.0" volume="CurrFlow" volumemultiplier="0.001f" loop="true"/>
|
||||
</OxygenGenerator>
|
||||
|
||||
<trigger/>
|
||||
@@ -31,8 +31,8 @@
|
||||
<Sprite texture="vent.png" depth="0.91" sourcerect="0,0,64,64"/>
|
||||
|
||||
<Vent>
|
||||
<sound file="ventilation.ogg" type="OnActive" range="600.0" volume="OxygenFlow" volumemultiplier="0.001f" loop="true"/>
|
||||
<sound file="Content/Items/OxygenGenerator/ventilation.ogg" type="OnActive" range="600.0" volume="OxygenFlow" volumemultiplier="0.001f" loop="true"/>
|
||||
</Vent>
|
||||
|
||||
</Item>
|
||||
</Items>
|
||||
</Items>
|
||||
|
||||
Reference in New Issue
Block a user