From a32f96268a7e7edbb7fe0babd5942e5fbdcd4d49 Mon Sep 17 00:00:00 2001 From: SpookySkeletons <37986496+SpookySkeletons@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:36:35 -0400 Subject: [PATCH] README.md action button is now trigger --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84b988f..e73f549 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ git clone "https://git.lumen.sh/Fierelier/lovr-playspace" ``` ## How to use -Press `action_button` (`A` by default) to set points. Hold `action_button` to save the points. This will end edit mode. If you want to get back into edit mode, hold `action_button` while the program starts, or delete `config/points.json`. Other settings have to be configured with a text editor, see below. +Press `action_button` (`trigger` by default) to set points. Hold `action_button` to save the points. This will end edit mode. If you want to get back into edit mode, hold `action_button` while the program starts, or delete `config/points.json`. Other settings have to be configured with a text editor, see below. ## Configuration Settings are stored separated in the program directory, in `config/`. @@ -29,4 +29,4 @@ Settings are stored separated in the program directory, in `config/`. - `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. -- `points.json`: The points you've set. Does not exist by default. \ No newline at end of file +- `points.json`: The points you've set. Does not exist by default.