new player grpahipc, new item graphic

This commit is contained in:
lubiana 2014-11-18 13:14:43 +01:00
parent 9db6c3ad2f
commit d0f8ed13b0
3 changed files with 1 additions and 1 deletions

BIN
res/images/enemy03.png Normal file

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

View File

@ -17,7 +17,7 @@ public class EnemyThree extends Enemy{
public EnemyThree(int x, int y) { public EnemyThree(int x, int y) {
super(x, y); super(x, y);
this.setImage("images/enemy02.png"); this.setImage("images/enemy03.png");
this.setPrimaryShotImage("images/shots/laser_red.png"); this.setPrimaryShotImage("images/shots/laser_red.png");
this.setShootSpeed(4); this.setShootSpeed(4);
this.setShootDelay(42); this.setShootDelay(42);