mofr / Diablerie

Diablo 2 reimplementation on unity
MIT License
962 stars 217 forks source link

Click map dead zone due to ControlPanel #96

Closed giviz closed 4 years ago

giviz commented 4 years ago

There is a dead zone where the user is supposed to be able to click to move but clicks are not recorded due to the ControlPanel

Screenshot 2020-01-20 at 10 30 18 AM

Any click inside the red rectangle on the grass do not move the character there.

giviz commented 4 years ago

To be more specific :

Screenshot 2020-01-21 at 4 05 53 PM

Clicks inside the red rectangle area DO NOT act on the player. Clicks inside the green rectangle area, including on the globes and the decors around them, act on the player and it will move to that click location.