ragin-mages icon indicating copy to clipboard operation
ragin-mages copied to clipboard

Add swipe capabilities

Open BrianFreemanAtlanta opened this issue 6 years ago • 0 comments

Allow mobile users to control direction by swiping. This also requires to move firing to pointer up. Give option how to control movement - D-pad or swipes

  • on pointer down store position
  • on pointer up check position
    • if nearly same position (within ~10 pixels) fire
    • if greater distance - register swipe and move character
  • allow "running" move speed based on how are swiped?

BrianFreemanAtlanta avatar Apr 12 '18 01:04 BrianFreemanAtlanta