Very basic pen text engine I will be using in some games. Based on using a set of a possible 25 nodes to draw characters. Pen-only, no costumes, node-based. Features: *Regular, Bold, and Italic letters *Full control over color of the text (including alpha values) *Automatic formatting *Special characters, such as the smiley face You can also create your own custom fonts! Looking to add some more fonts soon, as well as support for lowercase letters
3/11/2018 *Added a few special characters *Special characters can be typed using alt key codes (www.alt-codes.net) 2/8/2018 (v1.1.2) *Changed "3" character 2/5/2018 (v1.1.1): *Changed "&" character 2/4/2018 (v1.1): *Added more nodes, allowing for more accurate text Using the backslash (\): *Typing a single backslash won't work *To display a single backslash, you need to type two (like this:\\) *To go to a new line, type \n You can use this for whatever you want, no credit necessary