summaryrefslogtreecommitdiff
path: root/examples/animation.scm
Commit message (Collapse)AuthorAgeFilesLines
* Rename game loop procedures and remove parameter.David Thompson2014-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | * 2d/game.scm (tick-interval): No longer a parameter. (run-game-loop, start-game-loop): Rename. (quit-game, stop-game-loop): Rename. * examples/animation.scm: Use start-game-loop and stop-game-loop. * examples/common.scm: Use start-game-loop and stop-game-loop. * examples/coroutine.scm: Use start-game-loop and stop-game-loop. * examples/font.scm: Use start-game-loop and stop-game-loop. * examples/guile-2048/guile-2048.scm: Use start-game-loop and stop-game-loop. * examples/particles.scm: Use start-game-loop and stop-game-loop. * examples/simple.scm: Use start-game-loop and stop-game-loop. * examples/tilemap.scm: Use start-game-loop and stop-game-loop.
* Change license to GPLv3+.David Thompson2014-03-081-0/+17
|
* Update animation example.David Thompson2014-01-101-14/+7
| | | | * 2d/examples/animation.scm: Updated.
* Update examples.David Thompson2013-11-041-1/+0
|
* Update examples to use new scene/stage system.David Thompson2013-11-031-10/+9
|
* Revert "Export scene type tag."David Thompson2013-11-031-8/+9
| | | | This reverts commit d1ecb21fca03cdd0e9360a4f1b88c7e05a9354e2.
* Export scene type tag.David Thompson2013-11-031-9/+8
|
* Update action and animation example to use new stage variables.David Thompson2013-10-301-4/+2
|
* Update animation demo.David Thompson2013-10-231-8/+14
|
* Update the rest of the examples to use the new declarative game stuff.David Thompson2013-09-061-29/+16
|
* Replace old vector module with new vector2 module.David Thompson2013-08-271-13/+13
|
* Update examples.David Thompson2013-08-151-19/+20
|
* Update examples.David Thompson2013-07-281-2/+2
|
* Update examples.David Thompson2013-07-221-3/+5
|
* Update examples to reflect changes in keyboard events.David Thompson2013-07-211-2/+1
|
* Add animation example.David Thompson2013-07-171-0/+46