summaryrefslogtreecommitdiff
path: root/examples/game-controller.scm
Commit message (Collapse)AuthorAgeFilesLines
* Rename (chickadee graphics font) to (chickadee graphics text).David Thompson2022-10-171-1/+1
|
* examples: game-controller: Update call to color constructor.David Thompson2021-10-081-1/+1
|
* Rename 'render' subdirectory to 'graphics'.David Thompson2020-10-031-4/+4
|
* Update a couple of examples to use new sprite batch API.Alex McGrath2019-05-281-17/+25
| | | | | * examples/game-controller.scm: Use new sprite batch API. * examples/grid.scm: Ditto.
* examples: game-controller: Add left/right trigger rendering.David Thompson2019-01-061-30/+38
|
* examples: Add game controller test.David Thompson2019-01-061-0/+77
* examples/game-controller.scm: New file. * examples/images/controller-buttons.png: New file. * Makefile.am (EXTRA_DIST): Add them.