Resource icon

Lives with name 1.1

I overlooked this when originally coding this, but by default in 2.2, characters weren't of equal size (which I thought they were), so my simple algorithm to position the number returned incorrect values if a name contained a space, and thus the number looked off. This has been fixed by forcing all characters to be equally sized. Lowercase characters are now accepted as well.

TL;DR Fixed a bug & lowercase names now exist
Back
Top