Skip to main content

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

Touchscreen inputs trigger twice

A topic by Voidot created 56 days ago Views: 265 Replies: 1
Viewing posts 1 to 2

Touchscreens seem to currently trigger two click inputs instead of one when tapping on the screen.

Here are a few bugs i have noticed that are caused by this behavior
• I am unable to change my starting outfit, as the 'Change Outfit' menu is replaced by a 'Back to Menu' button, which is then triggered by the second click input.
• I am also unable to change game setting, because any time i tap on a setting, the two click will cancel each other out.
• Using shrines will cause the game to crash, because the first click on the 'Offer 150gp' button will consume the shrine and the second one will attempt to use the now-depleted shrine.

The problem can be solved by changing the browser to mobile web pages.