ASteinheiser / react-rpg.com

Turn-based, Dungeon-crawling, RPG made with React + Redux. Play it now on https://react-rpg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movement glitch with multitouch

ASteinheiser opened this issue · comments

When swiping and holding, if the user swipes another direction with another finger, the player starts to move out of control.
Maybe it's something to do with how the event listeners are attached?
Maybe we need some way to tell when the player is moving?