calmackenzie / VG1819

Final Project for CS4830 2018 - 2019
0 stars 2 forks source link

update #363

Closed SRJYC closed 5 years ago

SRJYC commented 5 years ago
  1. fix issue, skip turn will not work when player choose action or target
  2. update some old days code to be better
  3. Structure will have auto cast ability since they can't move anyway.
  4. Ability that effect the unit itself, and there's no other options, is set to be auto click
  5. Due to auto cast is used at turn start, it will follow last unit's action in the same frame. So I make unit has update, it will handle checking turn end. This will break unit turns in to different frames.
  6. Right click that cancel the ability is moved from tile getter to board manager. Previous code will not clear area component when cancel by right click.