Skip to main content

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

Also just realized space was the preview key so it was super annoying. Playable technically, I guess, but not fun.

Anyway I disabled the default action for space so it should be fine now, and I tested it on Firefox and it seems okay now. Let me know if you're still having issues!

(+1)

Awesome, thanks!  In general for web games it's good to preventDefault on the keys you're using: e.g. Firefox has the "search for text when you start typing" option, so any key could scroll the window and take focus away from the game.  And of course there are various extensions that use unusual keys for things. So preventDefault is a nice safety net.