better rocket explosion image
This commit is contained in:
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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user