thunderrabbit / conswi

A swipe game for Godot 3
GNU General Public License v3.0
4 stars 4 forks source link

Make piece keep up with mouse when dragging #23

Closed thunderrabbit closed 5 years ago

thunderrabbit commented 5 years ago

Currently (when dragging the player #22) the piece follows the mouse so long as the piece gets mouse input.

If the player moves too quickly, the player stops moving as its collider no longer gets input. Need to use the games Orphan Swipe Catcher to get all the input and move the Piece according to where swipes are on the game, not just on the piece.