summaryrefslogtreecommitdiff
path: root/examples/coroutine.scm
Commit message (Collapse)AuthorAgeFilesLines
* Fix coroutine example to actually use coroutines.David Thompson2014-01-131-7/+11
|
* Update some of the example programs to use the new API.David Thompson2014-01-101-27/+23
| | | | | | | | | | | | * 2d/examples/common.scm: New file. * 2d/examples/coroutine.scm: Updated. * 2d/examples/font.scm: Updated. * 2d/examples/simple.scm: Updated. * 2d/examples/tilemap.scm: Updated.
* Update examples.David Thompson2013-11-041-1/+0
|
* Update examples to use new scene/stage system.David Thompson2013-11-031-12/+11
|
* Update coroutine demo.David Thompson2013-10-231-15/+17
|
* Fix broken examples due to a renamed image file. :(David Thompson2013-10-021-1/+1
| | | | Sorry to everyone that downloaded 0.1 and was annoyed!
* Update the rest of the examples to use the new declarative game stuff.David Thompson2013-09-061-38/+31
|
* Replace old vector module with new vector2 module.David Thompson2013-08-271-5/+6
|
* Update examples.David Thompson2013-08-151-10/+8
|
* Update examples.David Thompson2013-07-281-2/+2
|
* Update examples.David Thompson2013-07-221-6/+1
|
* Update examples to reflect changes in keyboard events.David Thompson2013-07-211-3/+1
|
* Use init-2d in all examples.David Thompson2013-07-171-0/+2
|
* Update coroutine example.David Thompson2013-07-171-5/+7
|
* Add coroutine example.David Thompson2013-07-151-0/+46