Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Best to use : stagger instead of print for large blocks of text. It will insert a press_any_key between paragraphs. 

The pause on screen full is planned for a later release of adventuron, but the IO layer currently doesn't have a nice way to make it work on all devices yet. Sorry about that.

For room descriptions that are particularly large, you can use the is_mobile() function to display less text if you want on mobile explicitly. Desktop will generally speaking display the exact same amount of text no matter the screen resolution of the particular player.