Closed freethlua closed 7 years ago
From #23
And please make one addition, display the archetype icon anywhere visible on the text slider, with the name of the archetype underneath, but not too big.
This can be tricky because it requires a nested template, like:
{{JS:{fn:'displayImage', path:'images/archetype-icons/{{archetype}}.png', fadeIn: true}}} ^^ outer template ^^ inner template
This might actually require rewriting the parser.
fixed with #37
From #23
This can be tricky because it requires a nested template, like:
This might actually require rewriting the parser.