Files
Bubberstation/code/modules/projectiles
SkyratBot 633bb682dd [MIRROR] Fixes pixel-specific aiming. [MDB IGNORE] (#10648)
* Fixes always aiming at the center of your target. (#64015)

There used to be code that was supposed to let you shoot at the individual pixels of your target.
It was broken and was causing bullets to drift off-center at long ranges and zooms.
I tried to fix it and accidentally wound up removing the ability to target individual pixels.
This reimplements the pixel targeting without the aim drift bug.

* Fixes pixel-specific aiming.

Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
2022-01-13 04:31:28 +00:00
..