Fixed projectiles (e.g. railgun shells) not colliding with the sub when shot from outside, fixed lightcomponents not being positioned correctly on moving items
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
<StatusEffect type="OnFailure" target="Contained" targetnames="Welding Fuel Tank,Oxygen Tank" Condition="-3.0"/>
|
||||
|
||||
<LightComponent color="1.0,0.9,0.7,1.0" Flicker="0.5">
|
||||
<LightComponent LightColor="1.0,0.9,0.7,1.0" Flicker="0.5">
|
||||
<sprite texture="Content/Items/Electricity/lightsprite.png" origin="0.5,0.5"/>
|
||||
</LightComponent>
|
||||
</RepairTool>
|
||||
@@ -88,7 +88,7 @@
|
||||
|
||||
<StatusEffect type="OnFailure" target="Contained" targetnames="Welding Fuel Tank,Oxygen Tank" Condition="-3.0"/>
|
||||
|
||||
<LightComponent color="0.1,0.8,1.0,1.0" Flicker="0.5">
|
||||
<LightComponent LightColor="0.8,0.7,1.0,1.0" Flicker="0.5">
|
||||
<sprite texture="Content/Items/Electricity/lightsprite.png" origin="0.5,0.5"/>
|
||||
</LightComponent>
|
||||
</RepairTool>
|
||||
|
||||
Reference in New Issue
Block a user