summaryrefslogtreecommitdiff
path: root/examples/images
Commit message (Collapse)AuthorAgeFilesLines
* Update example images authors file.David Thompson2022-12-271-2/+3
|
* graphics: 9-patch: Fix rendering of texture regions.David Thompson2022-12-271-0/+0
|
* Credit author of Serene Village tileset.David Thompson2021-04-131-3/+3
|
* graphics: Rewrite tile map module.David Thompson2021-04-092-0/+0
|
* Update a couple of examples to use new sprite batch API.Alex McGrath2019-05-281-0/+0
| | | | | * examples/game-controller.scm: Use new sprite batch API. * examples/grid.scm: Ditto.
* examples: Add sprite batch example.David Thompson2019-01-081-0/+0
| | | | | | * examples/sprite-batch.scm: New file. * examples/images/shot.png: New file. * Makefile.am (EXTRA_DIST): Add them.
* examples: Add game controller test.David Thompson2019-01-061-0/+0
| | | | | | * examples/game-controller.scm: New file. * examples/images/controller-buttons.png: New file. * Makefile.am (EXTRA_DIST): Add them.
* Credit J-Robot for the pixel explosion image.David Thompson2018-12-141-0/+3
|
* Add particles example.David Thompson2018-12-141-0/+0
| | | | | | * examples/images/explosion.png: New file. * examples/particles.scm: New file. * Makefile.am (EXTRA_DIST): Add them.
* Add tile map example.David Thompson2018-01-292-0/+4
| | | | | | | | * examples/images/tiles.png: New file. * examples/map/example.tmx: New file. * examples/tiled.scm: New file. * Makefile.am (EXTRA_DIST): Add them. * examples/images/AUTHORS: Credit the author of the tileset.
* examples: Add nine-patch example.David Thompson2017-01-262-0/+9
| | | | | | * examples/nine-patch.scm: New file. * examples/images/dialog-box.png: New file. * examples/AUTHORS: New file.
* Add basic sprite example.David Thompson2017-01-231-0/+0