Skip to main content

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

emerks

1
Posts
A member registered 1 day ago

Recent community posts

I wanted to change things up so that Mine King can appear on any edge, as opposed to only the corners. It is easier than I expected, open game.js and make the following changes:

Line 795 becomes: if(isEdge(a.tx, a.ty))

Line 1018 becomes: if(!isEdge(a.tx, a.ty)) fail("mine king not on edge");