summaryrefslogtreecommitdiff
path: root/2d/scene.scm
Commit message (Collapse)AuthorAgeFilesLines
* Pass scene state to all observer event handlers.David Thompson2013-11-031-2/+2
|
* Add event observer to scene.David Thompson2013-11-031-5/+16
| | | | | Some convenient default events are provided to make quitting the game easy for new developers.
* Really export scene type tag.David Thompson2013-11-031-1/+2
|
* Add scene name field.David Thompson2013-11-031-3/+6
|
* Remove stage local variables.David Thompson2013-11-031-1/+27
| | | | | Use an the scene initialization thunk to return the needed game state instead.
* Add scene module.David Thompson2013-10-231-0/+52