diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-03-09 14:22:58 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-03-09 14:22:58 -0500 |
| commit | 582cea2aedd3b5763232837cc4960f07223908fb (patch) | |
| tree | aaa3721fe01f4177ba5937f709ca53dd96887b07 /README.md | |
| parent | 8d90115ac567adb5a3c61eefd27ab675fb3c0ef7 (diff) | |
Transfer components to lib repo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ # lib -Reusable nodes and components for serpentity.
\ No newline at end of file +Reusable nodes and components for serpentity. + +## Components + +Check each component's readme for more info. + +* acceleration — Acceleration vector (x, y, z) +* angle — Store an angle as a number +* debug — Debug component (for flagging or arbitrary values) +* force — Force vector (x, y, z) +* position — Position coordinates (x, y, z) +* velocity — Velocity vector (x, y, z) +* weight — Store weight as a number |