]>
Commit | Line | Data |
---|---|---|
38b453cc RBR |
1 | # lib |
2 | ||
582cea2a BB |
3 | Reusable nodes and components for serpentity. |
4 | ||
5 | ## Components | |
6 | ||
7 | Check each component's readme for more info. | |
8 | ||
9 | * acceleration — Acceleration vector (x, y, z) | |
10 | * angle — Store an angle as a number | |
11 | * debug — Debug component (for flagging or arbitrary values) | |
12 | * force — Force vector (x, y, z) | |
13 | * position — Position coordinates (x, y, z) | |
14 | * velocity — Velocity vector (x, y, z) | |
15 | * weight — Store weight as a number |