On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Haha, Old tape deck software. if only there was an MMO in the commadore days.

The blurring is something you can fix, but it's finicky. You have to use canvas rendering and tell the browser to resize the game.

Hmm, I will look into it. I use HaxeFlixel so I don't know if I have such low-level access to Lime. Lots of thanks for the suggestion!

Add this to the style tag of your canvas:

image-rendering: -webkit-crisp-edges; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: optimizeSpeed; image-rendering: pixelated;