Make PhysicsManager use Map#gravity, defined EARTH and MOON gravity's

This commit is contained in:
2019-09-27 14:41:50 -05:00
parent f3d3ceebb8
commit 4af7f21a51
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ class IMICFPS
MODEL_METER_SCALE = 1.0
# Earth
GRAVITY = 9.8 # m/s
EARTH_GRAVITY = 9.8 # m/s
# Moon
# GRAVITY = 1.625 # m/s
MOON_GRAVITY = 1.625 # m/s
end