codi-hacks / space-race

Love2D-based Spaceship Racing Game
Other
3 stars 0 forks source link

Gravity fix #15

Closed SuperShadowPlay closed 2 years ago

SuperShadowPlay commented 2 years ago

Closes #12

Gravity works again. All entities that interact gravitationally should be given a gravitational_mass value. The baseline for this is that the player has a gravity of 1. I opened all of the files and fixed most of the obvious global variables as well.