arcade2d
Variable

DEFAULT_GRAVITY

physics/physics-world.constants.ts:19

Default gravity, in pixels per second squared, applied when PhysicsWorldOptions.gravity is omitted. Points down the screen (positive y), matching the engine's screen-space convention where y increases downward. Tuned for the engine's default pixel scale — a sane "things fall" value rather than a literal 9.81.

ESC