From 73bcb6d3d334c29784ce6cd2aae1b99dad3c3eb8 Mon Sep 17 00:00:00 2001 From: SpookySkeletons <37986496+SpookySkeletons@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:34:58 -0400 Subject: [PATCH] Update README.md Fade now functional --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e73f549..01ba9b6 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Settings are stored separated in the program directory, in `config/`. - `color_close_grid.json`: How to color the lines between the corners when close. - `color_close_corners.json`: How to color the points you've set when they're far. - `color_close_grid.json`: How to color the lines between the corners when far. -- `fade_start.txt`: BROKEN! What is considered far away from a wall, in meters. Affects how colors fade. -- `fade_start.txt`: BROKEN! What is considered close to a wall, in meters. Affects how colors fade. +- `fade_start.txt`: What is considered far away from a wall, in meters. Affects how colors fade. +- `fade_start.txt`: What is considered close to a wall, in meters. Affects how colors fade. - `grid_bottom.txt`: Where to start drawing lines from, relative to your ground. - `grid_density.txt`: How much to divide your lines for drawing a grid into it, in meters. - `grid_top.txt`: Where to stop drawing lines, relative to your ground.