/usr/share/gravit/spawn/constants.lua is in gravit-data 0.5.1+dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | -- vim:syntax=lua tabstop=4
-- physics modes (gravit_physics)
PH_CLASSIC = 0
PH_MODIFIED = 1
PH_PROPER = 2
-- 0 -> classic physics
-- 1 -> modified (almost-proper) physics
-- 2 -> proper physics
-- value of the gravitational constant
-- local gravit_g = 0.0000001
|