In #65, @bugnano illuminated that the existing spritesheet-templates system doesn't support multiple background-image (i.e. layering).
One solution to this, beyond #67, is to export CSS variables for usage (like @bugnano was doing in #65 (comment))
We ultimately landed on an easier to maintain solution around adding options.variables to the CSS templates,
but I requested we not actually implement it since @bugnano had a working solution,
and I lacked bandwidth for quickly/easily picking up review for the feature.
I normally would mark this "help wanted" but I'm currently overwhelmed in the rest of life, even for code review, so this is a more "maybe one day" feature to add.
If you urgently need this feature, please do comment on it to let us know.
In #65, @bugnano illuminated that the existing
spritesheet-templatessystem doesn't support multiplebackground-image(i.e. layering).One solution to this, beyond #67, is to export CSS variables for usage (like @bugnano was doing in #65 (comment))
We ultimately landed on an easier to maintain solution around adding
options.variablesto the CSS templates,but I requested we not actually implement it since @bugnano had a working solution,
and I lacked bandwidth for quickly/easily picking up review for the feature.
I normally would mark this "help wanted" but I'm currently overwhelmed in the rest of life, even for code review, so this is a more "maybe one day" feature to add.
If you urgently need this feature, please do comment on it to let us know.