Game: Added credits and better images

This commit is contained in:
Karsten Jeppesen
2021-04-21 21:58:35 +02:00
parent b2a8762328
commit de4f142670
11 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -1,8 +1,10 @@
// Origin: https://zetcode.com/javagames/movingsprites/
package Game;
public class Missile extends Sprite {
private final int BOARD_WIDTH = 390;
private final int BOARD_WIDTH = 800;
private final int MISSILE_SPEED = 2;
public Missile(int x, int y) {

View File

@@ -1,3 +1,5 @@
// Origin: https://zetcode.com/javagames/movingsprites/
package Game;
import java.awt.event.KeyEvent;

View File

@@ -1,3 +1,5 @@
// Origin: https://zetcode.com/javagames/movingsprites/
package Game;
import java.awt.Image;

View File

@@ -1,3 +1,5 @@
// Origin: https://zetcode.com/javagames/movingsprites/
package Game;
import java.awt.EventQueue;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 738 B