Move to AirBomber package

This commit is contained in:
ShabOl 2023-11-27 22:53:25 +04:00
parent 7044b3eac3
commit d66d17619b
11 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,5 @@
package AirBomber;
import java.awt.Color; import java.awt.Color;
public class BomberEntity public class BomberEntity

View File

@ -1,3 +1,5 @@
package AirBomber;
import javax.swing.*; import javax.swing.*;
import java.awt.*; import java.awt.*;
import java.awt.event.ActionEvent; import java.awt.event.ActionEvent;

View File

@ -1,3 +1,5 @@
package AirBomber;
import java.awt.*; import java.awt.*;
import java.util.Random; import java.util.Random;

View File

@ -1,3 +1,5 @@
package AirBomber;
public enum DirectionType public enum DirectionType
{ {
Up, Up,

View File

@ -1,3 +1,5 @@
package AirBomber;
import java.awt.*; import java.awt.*;
public class EngineRenderer public class EngineRenderer

View File

@ -1,3 +1,5 @@
package AirBomber;
public enum EnginesAmount public enum EnginesAmount
{ {
Two, Two,

View File

@ -1,3 +1,5 @@
package AirBomber;
public class Program { public class Program {
public static void main(String[] args) throws Exception public static void main(String[] args) throws Exception
{ {

View File

Before

Width:  |  Height:  |  Size: 557 B

After

Width:  |  Height:  |  Size: 557 B

View File

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 507 B

View File

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 502 B

View File

Before

Width:  |  Height:  |  Size: 539 B

After

Width:  |  Height:  |  Size: 539 B