Game: Added credits and better images
This commit is contained in:
BIN
Game-2/bin/resources/missile.png
Normal file
BIN
Game-2/bin/resources/missile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
@@ -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) {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Origin: https://zetcode.com/javagames/movingsprites/
|
||||
|
||||
package Game;
|
||||
|
||||
import java.awt.event.KeyEvent;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// Origin: https://zetcode.com/javagames/movingsprites/
|
||||
|
||||
package Game;
|
||||
|
||||
import java.awt.Image;
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user