mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Add LookScale property
As requested by @coelckers.
This commit is contained in:
parent
81059aee1d
commit
cabe0c583e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue