README.md action button is now trigger
This commit is contained in:
parent
af7d9a9e19
commit
a32f96268a
|
@ -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.
|
||||
- `points.json`: The points you've set. Does not exist by default.
|
||||
|
|
Loading…
Reference in a new issue