What’s the best way to handle double clicks when using ray casting?
E.g. if the player single clicks on a tile they can move to, the character should walk there. If they double click the character should run.
Currently just waiting 500ms to see if there’s a second event on the same tile and handling appropriately.
Thanks!