Removing Ship Explosions
Removed ship explosions due to spam in fastest speed setting.
This commit is contained in:
parent
060222a9c1
commit
e00810ef8f
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ public class ShipSprite extends Sprite
|
|||
}
|
||||
}
|
||||
if (!found) {
|
||||
explodeSprite();
|
||||
destroyTile(x/16, y/16);
|
||||
//explodeSprite();
|
||||
//destroyTile(x/16, y/16);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue