Add LookScale property

As requested by @coelckers.
This commit is contained in:
Sterling Parker 2019-03-07 12:50:51 -07:00 committed by drfrag
parent 47b5378a62
commit c2bdeb7da1

View file

@ -59,6 +59,7 @@ class Weapon : StateProvider
property BobRangeY: BobRangeY;
property SlotNumber: SlotNumber;
property SlotPriority: SlotPriority;
property LookScale: LookScale;
flagdef NoAutoFire: WeaponFlags, 0; // weapon does not autofire
flagdef ReadySndHalf: WeaponFlags, 1; // ready sound is played ~1/2 the time