Skip to content

Commit

Permalink
Increase maximum for gravity, see #247
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 2, 2020
1 parent 323d030 commit 36c0e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/energy-skate-park/common/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Constants = {
DEFAULT_FRICTION: MAX_FRICTION / 2,

// in m/s^2, including direction (naming aligned with magnitude for readability at usages)
MAX_GRAVITY: -JUPITER_GRAVITY,
MAX_GRAVITY: -26, // maximum value of gravity, as requested by design
MIN_GRAVITY: -1, // minimum value for gravity, as requested by design team

// pre-determined gravities
Expand Down

0 comments on commit 36c0e8c

Please sign in to comment.