mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
README: typo; fixes #9
This commit is contained in:
parent
576351225a
commit
6418104f5c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ The optional `path_length` and `path_width` arguments require additional explana
|
|||
|
||||
`path_width` is easier to explain. It defaults to `1`, and is basically the number of nodes wide the path generated is.
|
||||
|
||||
Note that `path_width` must always be at least 1 less than the `path_height` in order to operate normally.
|
||||
Note that `path_width` must always be at least 1 less than the `path_length` in order to operate normally.
|
||||
|
||||
The last example below shows how to set the path length and width:
|
||||
|
||||
|
|
Loading…
Reference in a new issue