Added so that the unit now follows the enamy unit and i added a reload timmer
This commit is contained in:
parent
6d06a75144
commit
b97df125dd
8 changed files with 83 additions and 24 deletions
|
|
@ -16,6 +16,7 @@ public class BomberWeapon extends Weapon{
|
|||
setVelocity(4);
|
||||
setRange(100);
|
||||
setDamage(10);
|
||||
setReload(150);
|
||||
hit = false;
|
||||
position = Map.getPosByPixel(startPos.getX(), startPos.getY());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue