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