diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-28 09:07:15 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-28 09:07:15 -0500 |
commit | ab8fd2b7778044612576ff39896be8ae08c4ec1d (patch) | |
tree | 6e33fe4fac86a06f0cc8151e413b696aa700ab13 | |
parent | 32b46e127696aff405584e9b29f43c07feb0088d (diff) |
[example] altered instruction text on eg 3
-rw-r--r-- | examples/03-font-render.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/03-font-render.lisp b/examples/03-font-render.lisp index 0f5207c..ff68ac5 100644 --- a/examples/03-font-render.lisp +++ b/examples/03-font-render.lisp @@ -55,7 +55,7 @@ (instructions (make-instance 'ww::text - :content "Click to spin. Press a key to change color." + :content "Click to spin. Press any key to change color." :font (ww::get-asset "Ticketing.ttf")))) (ww::scale-by hello 3.0) |