diff options
Diffstat (limited to 'components/position/README.md')
| -rw-r--r-- | components/position/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/components/position/README.md b/components/position/README.md new file mode 100644 index 0000000..6c598fb --- /dev/null +++ b/components/position/README.md @@ -0,0 +1,11 @@ +# Position Component for Serpentity + +This is a component for [serpentity][serpentity], it holds the following values: + +``` +-x <Number> // position along the x axis +-y <Number> // position along the y axis +-z <Number> // position along the z axis +``` + +[serpentity]: https://gitlab.com/serpentity/serpentity |