Added island around core generation

This commit is contained in:
Anuken
2018-07-31 21:53:40 -04:00
parent 87846864cc
commit e3d16418a0
2 changed files with 11 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ public class UnitTypes implements ContentList{
isFlying = true;
drag = 0.01f;
speed = 0.2f;
maxVelocity = 0.6f;
maxVelocity = 0.9f;
ammoCapacity = 0;
range = 70f;
itemCapacity = 70;