new player grpahipc, new item graphic
This commit is contained in:
parent
9db6c3ad2f
commit
d0f8ed13b0
Binary file not shown.
After Width: | Height: | Size: 561 B |
Binary file not shown.
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 832 B |
|
@ -17,7 +17,7 @@ public class EnemyThree extends Enemy{
|
|||
|
||||
public EnemyThree(int x, int y) {
|
||||
super(x, y);
|
||||
this.setImage("images/enemy02.png");
|
||||
this.setImage("images/enemy03.png");
|
||||
this.setPrimaryShotImage("images/shots/laser_red.png");
|
||||
this.setShootSpeed(4);
|
||||
this.setShootDelay(42);
|
||||
|
|
Loading…
Reference in New Issue