Hit the green flag to see the demonstration Try writing your own font FX in the UpdateFX block
Working on a vector font renderer for my game Apollos. I'm sharing it separately so you can plug it into your own projects. It works by creating a new clone for every character you write - so it has a limit of 300 characters. But because they are sprites, it allows you to attach animated FX to your text. Try writing your own FX in the UpdateFX block!