Conveyor memory optimizations

This commit is contained in:
Anuken
2017-11-14 16:05:51 -05:00
parent f983b72255
commit ab9a08067a
4 changed files with 81 additions and 43 deletions

View File

@@ -13,7 +13,7 @@ public class TitanEnemy extends Enemy{
speed = 0.1f;
reload = 30;
maxhealth = 400;
range = 80f;
range = 60f;
bullet = BulletType.small;
hitbox.setSize(7f);