diff options
Diffstat (limited to 'examples/09-ghoulspree.lisp')
-rw-r--r-- | examples/09-ghoulspree.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |