This commit is contained in:
parent
b97df125dd
commit
28ef519579
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ public class BomberWeapon extends Weapon{
|
||||||
hit = false;
|
hit = false;
|
||||||
position = Map.getPosByPixel(startPos.getX(), startPos.getY());
|
position = Map.getPosByPixel(startPos.getX(), startPos.getY());
|
||||||
}
|
}
|
||||||
|
|
||||||
public Particles getWeapon() {
|
public Particles getWeapon() {
|
||||||
part = new Particles("bomber");
|
part = new Particles("bomber");
|
||||||
part = new Particles("weapon");
|
part = new Particles("weapon");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue