Add source to show() callback

This commit is contained in:
aaron 2025-01-04 00:40:51 +00:00
parent 58a31a1b32
commit c796e48173
3 changed files with 84 additions and 17 deletions

View file

@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
effects to set children.
- `spring()` returns a second value, a setter to set position, velocity and
impulse.
- `show()` now receives a source to its callback returning the current value
of the condition.
### Changed