aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-28 09:07:15 -0500
committerColin Okay <colin@cicadas.surf>2022-06-28 09:07:15 -0500
commitab8fd2b7778044612576ff39896be8ae08c4ec1d (patch)
tree6e33fe4fac86a06f0cc8151e413b696aa700ab13 /examples
parent32b46e127696aff405584e9b29f43c07feb0088d (diff)
[example] altered instruction text on eg 3
Diffstat (limited to 'examples')
-rw-r--r--examples/03-font-render.lisp2
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)