Skip to main content

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

I figured out what was causing it. I’m playing on a 13-inch MacBook Air, and the game viewport is too large to fit properly on my screen in the browser.

The fish is actually located in the bottom-right section of the game, but that part of the viewport isn’t visible on my screen. That’s why it looked like the fish had been left behind when the camera moved.

I’ve attached a screenshot so you can see what I mean. So it seems to be a screen-size/responsiveness issue rather than the camera movement itself.

(+1)

odd, MacBooks usually have pretty good screen resolution, I wouldn't have guessed that but it's probably a dpi thing... regardless that's an easy fix. I reduced the web viewport size to 960x540, which I think should work on all smaller screens, and hopefully not be too tiny on big ones as well.