Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

NGL, I don't even know how to start doing that. But yes, at some point I want to look into it. 

it's a scaling issue. Players can manually change initial-scale on line 6 from 1 to a smaller value. I think there's a way to set it to dynamically adjust based off screen ratios but idk how that works. Great start! Can't wait to see how things develop.

Line 174, change:

#ui-bar { width: 365px }

To instead be:

#ui-bar { width: 17.5em }

And on line 101, change zoom to be 1.