fireAngle : integer
The angle at which the bullets are fired. This can be a const such as Phaser.ANGLE_UP
or it can be any number from 0 to 360 inclusive, where 0 degrees is to the right.
- Source code: plugins/weapon/WeaponPlugin.js (Line 99)
fireAngle : integer
The angle at which the bullets are fired. This can be a const such as Phaser.ANGLE_UP
or it can be any number from 0 to 360 inclusive, where 0 degrees is to the right.
Please login to continue.