EverestAPI / Everest

Everest - Celeste Mod Loader / Mod API

Home Page:https://everestapi.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add `<animation frames="..." />` to decal registry

microlith57 opened this issue · comments

i am planning on implementing this myself

not at the moment, but if it isn't done in a few weeks i will be able to

describe your request

currently, the only way to do a Sprites.xml-like frames customization for a decal is to abuse the scared property like <scared hideRange="0" showRange="0" idleFrames="...">, to produce a decal that never gets scared and just plays the idle frames.
this is not ideal; the very concept of a non-scared scared decal is unintuitive.

thus, it would be good to add something along the lines of <animation frames="..." /> (or anim, or something else, i'm not concerned about the specific wording), which would basically do the same thing as scared but without the 'getting scared' part.

  • check if this already exists in a helper / private codemod (eg. sj) anywhere
  • code it

additional context

discord message prompting this issue