Phaser typewritter effect plugin

A typewriter effect wrapper for Phaser.io Javascript library

GitHub - netgfx/Phaser-typewriter: A phaser helper for the typewriter effect

68747470733a2f2f6e65746766782e636f6d2f7472756e6b2f72616e646f6d504943532f5265636f7264696e67253230395f7a70736a346a387078676f2e676966

4 Likes

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.

2 Likes

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.