Tile burning (#228)
* tile burning * add big planks burning, some fix * FIRE!!! more structures can burn * wallmount burn * fuck Jetbrains! * Update CP14FireSpreadSystem.cs
This commit is contained in:
@@ -32,7 +32,7 @@ public sealed partial class FireVisualsComponent : Component
|
||||
public float MaxLightRadius = 4f;
|
||||
|
||||
[DataField("lightColor")]
|
||||
public Color LightColor = Color.Orange;
|
||||
public Color LightColor = Color.FromSrgb( new Color(239, 181, 20)); //CP14 fire color in art style pallette
|
||||
|
||||
/// <summary>
|
||||
/// Client side point-light entity. We use this instead of directly adding a light to
|
||||
|
||||
Reference in New Issue
Block a user