better rocket explosion image
This commit is contained in:
parent
5a088729d6
commit
a75a78bc34
Binary file not shown.
Before Width: | Height: | Size: 373 B After Width: | Height: | Size: 43 KiB |
|
@ -15,7 +15,7 @@ public class RocketExplosionRange extends Shot{
|
|||
*/
|
||||
public void update() {
|
||||
lifetime++;
|
||||
if(lifetime>1){
|
||||
if(lifetime>5){
|
||||
this.remove();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue