Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Im experiencing an issue where the whole game is scrolled down by about 20% with a big black bar on the top and all my mouse clicks are offset the same amount so its pretty much impossible to click on anything accurately or start playing the game after I clicked New Game


Just click on the screen, it will remove the blank bar. I'm trying to find the root issue of where it comes from.

I am experiencing the same problem and am not able to remove the bar by clicking on the screen. Could you explain the procedure in more details?

Your problem seems to be related to dimension settings. On the edit game page, if you change the 'Viewport dimensions' to match those of your game, it should work. The issue with my game seemed to be caused by adding a <div> above the <canvas> element. (my code)

(+1)

I mean, I have the same problem with your game, not with mine: I cannot play because of a black line on top exactly as on the image of digdugdiggy above.