So I'm making a small project that just writes random letters and numbers to a sprint font and then every 5 seconds I want it to save it to a .txt file that is readable by the user.
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
You can use Browser object.
Every 5 seconds : Browser invoke download of string SpriteFont.text
thanks!