aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.txt')
-rw-r--r--examples/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/README.txt b/examples/README.txt
index 30d8891..ac2d40f 100644
--- a/examples/README.txt
+++ b/examples/README.txt
@@ -1,13 +1,13 @@
EXAMPLES
+----------------------------------
-| 01-clck-and-drag-bitmap.lisp
+| 01-clck-and-drag-image.lisp
This is the "sanity check" example. It ensures that basic things can
happen like "loading textures from disk" and "displaying textures".
It also shows off mousevent bubbling to some extent by letting you click
-and drag the bitmap.
+and drag the image.
+----------------------------------
| 02-moving-bitmp.lisp