NestorTejero / ES2016A

VideoJoc Curs Enginyeria Software 2016 - grup A de pràctiques (dijous)
https://nestortejero.github.io/ES2016A/
GNU General Public License v3.0
2 stars 0 forks source link

TowerSelection system bug #158

Closed agonzatr17 closed 7 years ago

agonzatr17 commented 7 years ago

It was commented in the issue https://github.com/NestorTejero/ES2016A/issues/91 and in the pull request https://github.com/NestorTejero/ES2016A/pull/122

User story: when clicking to place a tower, if there is a tower in the mouse way it also selects that tower (the tower is correctly placed).

Definition of DONE: while tower placing, the player will not be able select any tower for the purposes of selling or upgrading it. When the tower is placed or the placement is cancelled the player can select towers again.

sdiaz7 commented 7 years ago

Implementation tested and merged.