const MAX_EDIT_DISTANCE: f64 = 4.0;
Maximum distance (in blocks) a player can be from a sign while editing. If they move further away, the edit lock is released.