summaryrefslogtreecommitdiff
path: root/2d/game.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2013-09-06 00:00:04 -0400
committerDavid Thompson <dthompson@member.fsf.org>2013-09-06 00:09:29 -0400
commit9d96c5301ae3cf7406811879774db3708eabcb89 (patch)
tree26c0a3b1b7b56a9a988e69e59c3b8c1c57ee7150 /2d/game.scm
parent80731c6fb16136aca817b388636636635106c928 (diff)
Create a scene stack interface.
Diffstat (limited to '2d/game.scm')
-rw-r--r--2d/game.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/2d/game.scm b/2d/game.scm
index c7fa02f..af3bf7a 100644
--- a/2d/game.scm
+++ b/2d/game.scm
@@ -69,7 +69,10 @@ creates a new scene."
scene-state
scene-trigger
scene-update
- scene-draw)
+ scene-draw
+ push-scene
+ replace-scene
+ pop-scene)
(export make-scene
define-scene