bitDecayGames / LucidText

Typing Text library to create dialogue boxes similar to Animal Crossing, Undertale, and the like.
6 stars 0 forks source link

Explore ways to join static text into single FlxText objects #24

Closed MondayHopscotch closed 1 year ago

MondayHopscotch commented 3 years ago

Once enough characters get on screen, it starts to bog down.

Thankfully, this 'bog' seems to be happening once we get to ~225 characters on screen.

MondayHopscotch commented 1 year ago

Having converted this to work specifically with FlxBitmapText, it no longer bogs until thousands of characters are on screen simultaneously.