Fixed #1959 / Indication of selected units

This commit is contained in:
Anuken
2020-05-02 10:53:48 -04:00
parent 5f27261cb1
commit 342523a7de
6 changed files with 39 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ public class UnitTypes implements ContentList{
public void load(){
dagger = new UnitType("dagger"){{
speed = 0.5f;
drag = 0.3f;
hitsize = 8f;
@@ -168,6 +167,7 @@ public class UnitTypes implements ContentList{
health = 400;
buildSpeed = 0.4f;
engineOffset = 6.5f;
hitsize = 7f;
}};
/*