aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/09-ghoulspree.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-19 06:45:16 -0500
committerColin Okay <colin@cicadas.surf>2022-07-19 06:45:16 -0500
commit3c1df8b7807f772887dc3d85725059c4dbe75cca (patch)
tree9a02be7dff5b9e3e10c13b4f08f5fb487aca0d2c /examples/09-ghoulspree.lisp
parent3e5fb0e5ceb14475164b2a97187c0164ad465cc3 (diff)
[rename] bitmap/image
Diffstat (limited to 'examples/09-ghoulspree.lisp')
-rw-r--r--examples/09-ghoulspree.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/09-ghoulspree.lisp b/examples/09-ghoulspree.lisp
index 463eb89..cf18e31 100644
--- a/examples/09-ghoulspree.lisp
+++ b/examples/09-ghoulspree.lisp
@@ -14,7 +14,7 @@
(collision-on-p :std t)
(gravity-on-p :std nil)))
-(defclass/std ghoul (ww:bitmap)
+(defclass/std ghoul (ww:image)
((dx dy dr :std)))
;;; UTILITY FUNCTIONS