coords for corners

UnknownShadow200 2018-06-03 14:33:07 +10:00
parent 3feb5fddae
commit a84eaed45c

@ -27,10 +27,10 @@ It should be noted that you may press F7 in-game to see the red and blue line. T
*** ***
#### Corner endings #### Corner endings
* -NW * -NW ``` Min (0, 0, 0) : Max (8, 16, 8)```
* -NE * -NE ``` Min (8, 0, 0) : Max (16, 16, 8)```
* -SW * -SW ``` Min (0, 0, 8) : Max (8, 16, 16)```
* -SE * -SE ``` Min (8, 0, 8) : Max (16, 16, 16)```
These suffixes stand for Northwest, Northeast, Southwest and Southeast. These suffixes stand for Northwest, Northeast, Southwest and Southeast.