aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/09-ghoulspree.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/09-ghoulspree.lisp b/examples/09-ghoulspree.lisp
index 9b40605..d0e5ca1 100644
--- a/examples/09-ghoulspree.lisp
+++ b/examples/09-ghoulspree.lisp
@@ -111,6 +111,8 @@ on which boundary VAL is outside of."
(defmethod ww::boot ((app ghoulspree))
"Adds the intro text and sets up the start button handler."
+ (format t "Click to add ghouls to the screen.~%Press any key to toggle collision detection.~%")
+
(ww:add-handler app #'add-ghouls)
(ww:add-handler app #'moveghouls)
(ww:add-handler app #'toggle-collision))