Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The resolution is determined by the view_wview / hview, but if you are scaling up by increasing view_wport/hport, then you will get inbetween pixels. It's better to use window_set_size(view_wview*scale,view_hview*scale); than to create subpixels the other way