Type with all English alphanumeric characters. Access super characters with Up Arrow. Backspace with Left Arrow. Map of keys (customizable through buffer.keyboard and buffer.keyboard_super): Default, Super a-z, A-Z 1-0, !-) space, . text_stamp currently supports: a-z, 1-0, !-), .
Directory of sprites: buffer: Terminal-like text buffer and keyboard input system that remembers up to W x H chars, and all lines after H lines are forgotten. text_say: Uses "say" blocks to display the contents of buffer. text_stamp: Displays the contents of buffer using a monospace font and a reduced character set. The font used in text_stamp is ''Scream When You're Ready To Die" by Allison James (https://nalgames.com/) Forkphorus link: https://forkphorus.github.io/#417419831 TODO: - Add initialization + input ability from external sprites - Refactor all variables to local variables - Isolate keyboard inputs to their own sprite Changelog: 2020-08-16: Added text_stamp (new default) and word wrapping 2020-08-12: First draft. Added text input, and config. CC0 2020