A typewriter effect wrapper for Phaser.io Javascript library
GitHub - netgfx/Phaser-typewriter: A phaser helper for the typewriter effect
A typewriter effect wrapper for Phaser.io Javascript library
GitHub - netgfx/Phaser-typewriter: A phaser helper for the typewriter effect
Very useful, thanks for sharing.
So this basically runs through text as an array and makes each letter’s alpha equal to 1, meaning all the text is already there with alignment and space taken? If that’s the case and if one would want to replicate Resident Evil type of typewriter effect I’d suggest making displayed text an empty array and adding letters from the string text you want to type instead of making text just visible. Or something like that. Nevertheless - good job.
This is awesome! Well done!
Simply Superior work! Many other such effects could be mimicked from PowerPoint??? Right? (this is a hint because of the superior work you demonstrate.)
It was created for a gamejam on 2015 https://github.com/netgfx/gamejam2015, I think it was a good game at least for 28 hours of straight coding.