This commit is contained in:
Anuken
2020-02-07 13:02:24 -05:00
parent 861b3ac3f4
commit 4265d40024
6 changed files with 29 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ public class UnitTypes implements ContentList{
dagger = new UnitDef("dagger"){{
speed = 0.2f;
drag = 0.4f;
drag = 0.2f;
hitsize = 8f;
mass = 1.75f;
health = 130;