Closed Zooce closed 2 years ago
After the player has selected a marble they need to click on one of the possible move locations.
I think a first attempt should just leverage handle_mouse_clicks system. I think it has mostly everything we need to detect a destination click.
handle_mouse_clicks
This will also need to trigger an animation for the marble.
79dfff74730acac6cdf2af824cc5c46d0cbc6547
86ba3e1d1bb91b39060385e62abcb4890c2b43ae
7ac7e3d0219ae4eef64fe80c8842c3ed614f828b
After the player has selected a marble they need to click on one of the possible move locations.
I think a first attempt should just leverage
handle_mouse_clicks
system. I think it has mostly everything we need to detect a destination click.This will also need to trigger an animation for the marble.