-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
It would be great to have the ability to add and subtract vectors without having to do it manually. It would both make the code more readable and improve the performance.
Right now adding one vector to another requires a 11-16 blocks construction (depending on type), that look complex and generate complex code, while doing the thing that in gdscript would require one simple line.
Same goes for vector-x-number multiplications.
Metadata
Metadata
Assignees
Labels
No labels