mirror of
https://github.com/Noratrieb/Java2DGame.git
synced 2026-01-14 14:05:01 +01:00
shoot
This commit is contained in:
parent
56fec91a29
commit
3bf79290bb
5 changed files with 2 additions and 0 deletions
|
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue