andrewgioia / mana

Magic: the Gathering mana symbol pictographic font
304 stars 32 forks source link

[Loyalty] Level Up card text symbol #60

Closed 4eveRS closed 1 year ago

4eveRS commented 3 years ago

It would be nice to have a level up icon. There are 25 cards that have this ability.

A image for design reference:

Level_up_3

A scryfall list of all leveler cards:

https://scryfall.com/search?q=is%3Aleveler

andrewgioia commented 1 year ago

This looks like it could be entirely CSS, will investigate for the 1.16.0 release if not the next point release. If it is just CSS it won't need a glyph, it would just more or less be a convenience class.

andrewgioia commented 1 year ago

Added in v1.15.4. This is an initial approach that requires an inner <span> element which I hate, I strongly prefer to reduce everything to one element if possible. I'll table this for later though to see if we can handle it better.