This commit is contained in:
nora 2020-12-11 20:30:08 +01:00
parent 56fec91a29
commit 3bf79290bb
5 changed files with 2 additions and 0 deletions

View file

@ -11,6 +11,8 @@ import java.awt.*;
*/ */
public class Turret extends GameObject { public class Turret extends GameObject {
private static final double ROTATION_SPEED = 2;
BattleShip battleShip; BattleShip battleShip;
private int barrelAmount = 3; private int barrelAmount = 3;

Binary file not shown.