mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-21 23:13:00 +00:00
bnf/axes: make h and v absolute
This commit is contained in:
parent
a7412a2c2f
commit
caa06a5c4c
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ 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 | h | v | "?"
|
||||
<axis_name_relative> ::= front | back | left | right | up | down | "?"
|
||||
|
||||
<axis_letters_absolute> ::= x | y | z
|
||||
<axis_letters_absolute> ::= x | y | z | h | v
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue