Does the issue occur in the editor or during gameplay?
Gameplay
If it's a gameplay issue, please specify which movement system and camera type you're using (free movement vs. grid movement, third-person vs. first-person) or N/A if not applicable:
N/A
Briefly describe the issue you're experiencing:
The Fire projectile script function always fires South if its told to fire in Northwest, Northeast, Southwest, Southeast.
Are there any errors in the in-game debug console or external console window?
No
Provide the steps necessary to reproduce the issue:
Create a new project, make a projectile and use a script like ths fire_projectile("ITEM_0001", entity["Test"], NORTHWEST);
then the projectile will fire south.
Provide a download link to the bare bones project (strongly recommended if it's an in-game issue, since this helps significantly when attempting to reproduce it; the report will also be given more priority in this case):
[Response goes here]
Im not sure if this is a bug but if it isnt I think It should be changed since this is weird.