better rocket explosion image

This commit is contained in:
ramapcsx2 2015-01-06 13:16:37 +01:00
parent 5a088729d6
commit a75a78bc34
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -15,7 +15,7 @@ public class RocketExplosionRange extends Shot{
*/ */
public void update() { public void update() {
lifetime++; lifetime++;
if(lifetime>1){ if(lifetime>5){
this.remove(); this.remove();
} }
} }