summaryrefslogtreecommitdiff
path: root/engine/node-2d.scm
Commit message (Collapse)AuthorAgeFilesLines
* Move from (chickadee render ...) to (chickadee graphics ...).Ricardo Wurmus2021-02-251-8/+20
| | | | | | | | The only notable changes are listed below: * engine/node-2d.scm (draw)<filled-rect>: Use new API from (chickadee graphics path). * scenes/game.scm (draw)<stats>: Same.
* Update to Chickadee 0.4.0.Ricardo Wurmus2019-07-121-9/+5
| | | | | | | | | | * characters/lorenzo.scm (default-shader): Remove. (lorenzo): Use #:tint instead of #:shader; hide shadow when dead. * engine/node-2d.scm (<sprite>): Replace SHADER field with TINT. (draw <sprite>): Remove SHADER case. * engine/node.scm (run-node): Use RUN-GAME instead of RUN-GAME/SDL. * scenes/death.scm (ghost-shader): Remove. (populate): Use DEAD? keyword instead of SHADER.
* Optionally accept a sprite shader.Ricardo Wurmus2018-07-271-4/+10
|
* Initial commit.Ricardo Wurmus2018-07-271-0/+359