Simple render engine for drawing text boxes ala Deltarune. Just the pen code here; no interface for, say, automatically rendering boxes based on data in a list. You'll have to do that yourself (or not) if you want to use this. Credits to Toby Fox for Deltarune and the sprite assets which were used in this project. Everything is drawn with stamping (except the fill inside the text box); I try to break each edge into large chunks before drawing (e.g. 175 = 3(50) + 2(10) + 5(1)) so that we cause less lag by performing not so many stamps. Emphasis on text BOXES, by the way! If you want the actual text / face engine, check out the battle system project instead (particularly the "Text Printer" and "Faces" sprites): https://scratch.mit.edu/projects/284710366/editor/