export const GRAVITY_MAP: Record<Gravity, string> = {
    n: "north",
    ne: "northeast",
    se: "southeast",
    s: "south",