mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
grammrs/axes: add h / v for horizontal / vertical
This commit is contained in:
parent
50840ad5b9
commit
2d8dcc7ebc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue