Map tweaks

This commit is contained in:
Anuken
2020-02-18 20:07:07 -05:00
parent afd31c2b42
commit 48c04bda8c
4 changed files with 11 additions and 6 deletions

View File

@ -96,9 +96,9 @@ public class UnitTypes implements ContentList{
flying = true;
drag = 0.05f;
mass = 2f;
speed = 2f;
accel = 0.1f;
speed = 1.5f;
speed = 3f;
rotateSpeed = 12f;
accel = 0.3f;
range = 70f;
itemCapacity = 70;
health = 400;