From 62d23b98785538b6e1d212a8acc086d5c0a65c63 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 9 Jul 2022 15:26:03 -0500 Subject: [example] minor change --- examples/09-ghoulspree.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/09-ghoulspree.lisp') diff --git a/examples/09-ghoulspree.lisp b/examples/09-ghoulspree.lisp index ffeb324..05bd4a3 100644 --- a/examples/09-ghoulspree.lisp +++ b/examples/09-ghoulspree.lisp @@ -21,7 +21,7 @@ (defun make-ghoul (x y) (make-instance 'ghoul :texture (ww:get-asset "Fezghoul.png") :x x :y y - :dr (random-velocity) + :dr (random-velocity 0.2) :dx (random-velocity 4) :dy (random-velocity 4))) -- cgit v1.2.3