So for a dating simulator game I had worked on for valentines day, I decided to make a custom font for the game. Seeing that font tiles were too small for my font, I had created them as sprites instead.
My code looks a bit like this:
SPSET 13,72 SPOFS 13,10,156,-100 SPSET 14,69 SPOFS 14,18,156,-100 SPSET 15,76 SPOFS 15,26,156,-100 SPSET 16,76 SPOFS 16,34,156,-100 SPSET 17,79 SPOFS 17,42,156,-100Is there a way to place multiple sprites in a row more efficiently? Also, is there a way to use larger fonts on the font page?