Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits) (+2)

The reason of the screen jumps is due to the length of the description characters.

If a sentence exceeds one line, the things below the description will also be pushed down by one line.

If you set the height of bustDescription like this, it will take up a fixed size regardless of the character length, and you will be able to solve the problem.

(+1)

I'll play around with that when I start cleaning things up. I'm starting to get to the point where I have the basics in place, and then the plan was to try and organize the code, and make things look and act more pretty on the front end.

Thanks for the insight!