summaryrefslogtreecommitdiff
path: root/starling/node-2d.scm
Commit message (Expand)AuthorAgeFilesLines
* node-2d: Add follow-bezier-path method.David Thompson2018-08-301-0/+18
* node-2d: Add tweened animations for position, rotation, and scale.David Thompson2018-08-281-49/+91
* node: Add visible? flag.David Thompson2018-08-281-20/+21
* Add sane default canvas view.David Thompson2018-08-281-1/+14
* Remove viewport from camera.David Thompson2018-08-281-18/+5
* Add sprite batch node.David Thompson2018-08-271-0/+12
* Animate sprite based on elapsed program time, not agenda time.David Thompson2018-08-271-2/+3
* Add live asset reloading.David Thompson2018-08-271-6/+3
* Add 2D node primitives.David Thompson2018-08-261-0/+406