EverestAPI / SpringCollab2020

Code mod to be used for the 2020 Celeste Spring Community Collab.
MIT License
2 stars 0 forks source link

Blue Torch that starts off lit #144

Closed maddie480 closed 4 years ago

maddie480 commented 4 years ago

Very small request from RealVet on Discord.

Torches in Temple have a startLit attribute, but that also makes them yellow. This one is blue. That's pretty much it.

That startLit attribute is checked twice: in the constructor to make it yellow, and in Added to light it right away and make it non-collidable. So, turning the attribute on at the beginning of Added does the trick.