Skip to main content

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

Screen position and mouse input are off by a tile, it's probably a web export problem so no big deal. Also touch does work (that's because raylib treats touch like mouse by default, you don't have to use GetTouchPosition and other functions unless you need to support multitouch and/or gestures. ) 

Didn't know that about touch input. Good that it works. I've been fiddling around with the resolution and the web export couldn't get it to work correctly, but at the same time the game was made in one day so had no time really concentrate on all the stuff. Thanks for the review.