Made the beta unit's rotating guns less ugly
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 908 B After Width: | Height: | Size: 840 B |
@@ -2436,15 +2436,14 @@ public class UnitTypes{
|
|||||||
health = 170f;
|
health = 170f;
|
||||||
engineOffset = 6f;
|
engineOffset = 6f;
|
||||||
hitSize = 9f;
|
hitSize = 9f;
|
||||||
faceTarget = false;
|
|
||||||
lowAltitude = true;
|
lowAltitude = true;
|
||||||
|
|
||||||
weapons.add(new Weapon("small-mount-weapon"){{
|
weapons.add(new Weapon("small-mount-weapon"){{
|
||||||
top = false;
|
top = false;
|
||||||
reload = 20f;
|
reload = 20f;
|
||||||
x = 3f;
|
x = 3f;
|
||||||
y = 0.5f;
|
y = 1f;
|
||||||
rotate = true;
|
recoil = 1f;
|
||||||
shoot.shots = 2;
|
shoot.shots = 2;
|
||||||
shoot.shotDelay = 4f;
|
shoot.shotDelay = 4f;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user