Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Neat art style!

I have the exact same issue with popping text with my game. I think the solution is to use Font:getWrapping. I was running too close to the wire to implement it :/

Thanks, I figured for cheap and fast art the "mid-school notebook scribbles" style was a good choice.


Truthfully the reason why the text pops like that is I was planning to use sysl-text, but after finding it impossible to work with I did the next fastest thing and just used love.graphics.printf to draw gradually growing substrings, so it doesn't take the final state into account when wrapping mid-scroll. If I do something like this again I'll definitely build a proper set of textboxes first.

(+1)

I'm always on the Love Discord if you need help with the library. I might not answer right away, but I'm always happy to help.


Also, I love the doodle style.

I might have to take you up on that some time, since the main issue was that I was just having trouble working out how to configure them.


Thanks, I think it turned out well