This merge brings in implementations of control improvements to the in-game tower build functionality. The main changes are:
Added shortcut keys 1 - 5 for selecting towers for build
Added Left Control key as a modifier for multiple placements of towers.
Added JUnit tests for the BuildInputComponent
How these work in-game, is that selecting one of the number shortcut keys is the same as clicking the corresponding tower build buttons, and allows placement of a single tower. Holding down the left Ctrl key allows the placement of multiple towers until the key is released.
This merge brings in implementations of control improvements to the in-game tower build functionality. The main changes are:
How these work in-game, is that selecting one of the number shortcut keys is the same as clicking the corresponding tower build buttons, and allows placement of a single tower. Holding down the left Ctrl key allows the placement of multiple towers until the key is released.