litecanvas / game-engine

🎮 Lightweight HTML5 canvas engine suitable for small games, prototypes and animations.
https://litecanvas.js.org/
MIT License
28 stars 1 forks source link

Change "TAPPING" #18

Closed luizbills closed 4 months ago

luizbills commented 4 months ago

The TAPPING variable actually does not reflect so well the state of holding the mouse button (or holding your finger in the screen).

My suggestion: change TAPPING to HOLDING.

luizbills commented 4 months ago

Better to continue as is because TAPPING goes better with TAPX and TAPY.