summaryrefslogtreecommitdiff
path: root/characters.scm
Commit message (Collapse)AuthorAgeFilesLines
* Move from (chickadee render ...) to (chickadee graphics ...).Ricardo Wurmus2021-02-251-6/+5
| | | | | | | | 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.
* Move "walk" procedure to characters module.Ricardo Wurmus2018-07-271-1/+32
|
* Move characters to separate modules.Ricardo Wurmus2018-07-271-0/+53