Fire - thisismatthew/Bottled GitHub Wiki

Fire in our game currently has two sources, the player when equip with the fairy fire potion and live flames such as candles. Both of which will act in the same way because they will be utilizing the same script called flammable. Any game object equipped with this component will be able to catch on fire and set other flammable objects on fire. Flammable objects will have a sphere collider and when that collider detects a collision of a flammable object that is burning it will then also begin to burn.