EverestAPI / SpringCollab2020

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

Fix stomp particle color for seekers with custom colors #167

Closed maddie480 closed 4 years ago

maddie480 commented 4 years ago

The tricky part here is that the particles that appear when stomping a seeker don't get generated in a method that gets called during Seeker.Update()... but during Player.Update(). So, I used a hook to wrap the vanilla method that generates those particles instead.