mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
* 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>