mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Make PhysicsManager use Map#gravity, defined EARTH and MOON gravity's
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user