This commit is contained in:
Anuken
2020-08-20 18:37:15 -04:00
parent c946b42360
commit 52489ef777
8 changed files with 35 additions and 13 deletions

View File

@@ -592,6 +592,7 @@ public class UnitTypes implements ContentList{
bullet = new BasicBulletType(7f, 60){{
width = 12f;
height = 18f;
lifetime = 30f;
shootEffect = Fx.shootBig;
}};
}}