grammrs/axes: add h / v for horizontal / vertical

This commit is contained in:
Starbeamrainbowlabs 2021-11-29 23:24:10 +00:00
parent 50840ad5b9
commit 2d8dcc7ebc
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ front 3 left 10 y 77 x 30 back 99
<axis_name_absolute> ::= <axis_letters_absolute>
| "-" <axis_letters_absolute>
<axis_name_relative> ::= front | back | left | right | up | down | "?"
<axis_name_relative> ::= front | back | left | right | up | down | h | v | "?"
<axis_letters_absolute> ::= x | y | z