Topic: Automatic Text Display
Here's an example for automatic text displaying, there's three levels :
1) Simple text typing
It will start displaying text when you launch the scene, nothing fancy
2) IOread example
Will read text in an external text file when you press 1 or 2 or 3 or 4
WARNING, you must edit the script IOread.lua and set the correct path for the .txt file
3) Text Input
Press any keyboard letter to write text (only letters, space, backspace and delete)
It will switch to a new line when you entered 15 characters
• Project : TextDisplay
• Lua script only (Simple) : SimpleText
• Lua script only (IOread) : IOread
• Lua script only (Text Input) : TextInput
ps. the text displayed doesnt make sense, i was just on a chiptune site then copied random lines
Feel free to edit/improve