bulletAngleOffset : number
An optional angle offset applied to the Bullets when they are launched.
This is useful if for example your bullet sprites have been drawn facing up, instead of
to the right, and you want to fire them at an angle. In which case you can set the
angle offset to be 90 and they'll be properly rotated when fired.
- Source code: plugins/weapon/WeaponPlugin.js (Line 153)
Please login to continue.