Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I have a screen based game, and you transition from room to room by going off the side of the screen.  I also have a dash ability that warps the player forward 100 pixels.  The problem is if you dash off the side of the screen, it won't preserve the leftover pixels in the dash if you're right at the edge of the screen.  It's annoying, but it's not the worst, and to fix it I would have had to deal with collision which would have taken some time when I was already very low on it, and then because I was editing collision I might have just ended up causing more, worse bugs, so I decided to just leave it.