Skip to main content

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

hi! after you export your game, open the html file in any text editor, then search for the following bit of code:

this.Key = {         
    LEFT: 37,
    RIGHT: 39,
    UP: 38,
    DOWN: 40,

swap the numbers for left and right (and up and down, and also WASD a few lines down), then save the file.