Add spring setter

This commit is contained in:
aaron 2024-12-27 02:34:31 +00:00
parent b44b9ef2ba
commit 3b22f6ccf9
4 changed files with 75 additions and 71 deletions

View file

@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `cleanup()` now accepts `thread` types.
- Implicit effects to set children can now recursively create more implicit
effects to set children.
- `spring()` returns a second value, a setter to set position, velocity and
impulse.
### Changed