ennacord / phaser3-experiments

A repository to collect phaser3 experiments / spikes in the development of `ennacord/anniversary-1y`
0 stars 0 forks source link

Text animation #2

Open jhanschoo opened 2 years ago

jhanschoo commented 2 years ago

The task is to implement a hackathon code-quality proof-of-concept of text animated as is typical in VNs.

KuroNoDev commented 2 years ago

text animation word wrapping still on the same file as above, show the remaining text on event

jhanschoo commented 2 years ago

Thanks, just wanna give a heads up that I'll still be going with DynamicBitmapFont instead of Text due to the docs recommending that solution for performance

KuroNoDev commented 2 years ago

Can you share the link for that? I'm not sure what DynamicBitmapFont is, did you mean DynamicBitmapText? If so, it seems it's from a 3rd party phaser 3 plugin. Have you seen BitmapText? It also supports word wrapping

jhanschoo commented 2 years ago

Ah yeah, DynamicBitmapText