You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vanilla uses the same dust particles when jumping off solids for all tilesets except those with a surface index of 40 (scifi tiles), which use a different one. Everest should provide some method to customize this. The fact that it's tied to surface index instead of tileset ID makes it a bit annoying, and it's unclear whether we would offer a selection of preconstructed particle types (very limiting) or allow specifying all arguments for a custom ParticleType instance (sounds messy to implement).
I will probably look into this at some point if nobody else gets to it, but I have a lot of things to do atm.
Additional context
No response
The text was updated successfully, but these errors were encountered:
I am planning on implementing this myself
No
Describe your request
Vanilla uses the same dust particles when jumping off solids for all tilesets except those with a surface index of 40 (scifi tiles), which use a different one. Everest should provide some method to customize this. The fact that it's tied to surface index instead of tileset ID makes it a bit annoying, and it's unclear whether we would offer a selection of preconstructed particle types (very limiting) or allow specifying all arguments for a custom ParticleType instance (sounds messy to implement).
I will probably look into this at some point if nobody else gets to it, but I have a lot of things to do atm.
Additional context
No response
The text was updated successfully, but these errors were encountered: