Improved controls / Re-added engine sprite

This commit is contained in:
Anuken
2020-02-16 13:16:18 -05:00
parent e677538c53
commit 7a8bd82f8e
10 changed files with 93 additions and 38 deletions

View File

@@ -59,8 +59,9 @@ public class UnitTypes implements ContentList{
draug = new UnitType("draug"){{
flying = true;
drag = 0.05f;
speed = 1.5f;
speed = 2f;
range = 50f;
accel = 0.2f;
health = 80;
mineSpeed = 0.9f;
engineSize = 1.8f;
@@ -71,7 +72,8 @@ public class UnitTypes implements ContentList{
spirit = new UnitType("spirit"){{
flying = true;
drag = 0.05f;
speed = 1.5f;
accel = 0.2f;
speed = 2f;
range = 50f;
health = 100;
engineSize = 1.8f;
@@ -92,6 +94,8 @@ public class UnitTypes implements ContentList{
flying = true;
drag = 0.05f;
mass = 2f;
speed = 2f;
accel = 0.1f;
speed = 1.5f;
range = 70f;
itemCapacity = 70;