Skip to main content

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

sorry to hear about your issue! in the first line of the camera object there should be a line:

global.gamewidth = display_get_width()/5;

global.gameheight = display_get_height()/5;

change the values at the end and it should work :)