diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-09-06 00:08:37 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-09-06 00:09:29 -0400 |
commit | 2821ad77dd49524facf94b19d7fe3d1cdd44cfc7 (patch) | |
tree | 3bb2c1b92a8ffecb2c6cfdb89e909a9157a93669 /examples | |
parent | a7ac1834bc375279f7ab0d6b7b72b852f7f991ed (diff) |
Add comment.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/scenes.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/scenes.scm b/examples/scenes.scm index a5d65e7..06441c7 100644 --- a/examples/scenes.scm +++ b/examples/scenes.scm @@ -2,6 +2,8 @@ (2d game) (2d vector2)) +;; Press the RETURN key to toggle between the 2 scenes. + ;;; ;;; Scene 1 ;;; |