flame-engine / flame-crates-example

This is an example game made using the 🔥 Flame Engine
https://play.google.com/store/apps/details?id=xyz.luan.flame.example
88 stars 17 forks source link

Swipe is recognized as taps #2

Open loldma opened 6 years ago

loldma commented 6 years ago

Multiple boxes can be destroyed without lifting the finger. Logic should be modified to handle only onDown event.

luanpotter commented 6 years ago

This can be easily implemented in flame; this game is just an example and I think it doesn't really matter for the purposes of testing whether you can drag or not, but I'd be glad to merge a PR if you'd like to change the behavior, even if as demonstration on how to do it :)