This is my first pen text engine! And possibly my most complex non-platformer project. All instructions are in the project. For more information, click See Inside. Note: when it asks you for thickness, color, and size, enter ONLY NUMBERS. How this works: the sprite splits the string up into individual characters, each of which is stored in a list. Then, it checks each character, one by one, to see if it matches one of the encoded characters. If it does, then it draws out the character. Otherwise, it leaves a space. Planned updates: - More characters, including numbers, underscores, and dashes - More options for color, size, and possibly spacing