schwal10 / lunatic-fringe

Lunatic Fringe is a game originally distributed as an AfterDark screensaver
GNU Affero General Public License v3.0
6 stars 1 forks source link

Objects can go faster than their max speed #20

Closed schwal10 closed 2 years ago

schwal10 commented 6 years ago

Fix bug where objects can go faster than their max speed if repeatedly hit by the player or asteroids.

schwal10 commented 2 years ago

Technically this is fine, the MAX_SPEED value only counts when being used to calculated acceleration. So there is nothing wrong with an object like the QuadBlaster to be accelerated to high speeds.

Won't Fix.