EverestAPI / SpringCollab2020

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

Seeker with custom particles and trail color #166

Closed maddie480 closed 4 years ago

maddie480 commented 4 years ago

Request from TheAdvertisement on Discord.

Basically, particles are static attributes used when the seeker is updated. Those modded seekers swap out vanilla particles with custom colored counterparts at the beginning of their Update() method, and places them back at the end. This is enough to mod those particles' colors while not impacting other seekers (multiple, vanilla and modded, can be on-screen at the same time).