From 3527744ffd63f2d83659964d32a5a838bf83baef Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 28 Jun 2022 06:34:12 -0500 Subject: [modify] +standard-font-chars+ includes newline --- examples/02-moving-bitmp.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/02-moving-bitmp.lisp') diff --git a/examples/02-moving-bitmp.lisp b/examples/02-moving-bitmp.lisp index 0cce4e3..282d003 100644 --- a/examples/02-moving-bitmp.lisp +++ b/examples/02-moving-bitmp.lisp @@ -128,6 +128,8 @@ (ww::start (make-instance 'bitmap-display :scale 2.0 :fps 60 + :width 800 + :height 600 :asset-root (merge-pathnames "examples/" (asdf:system-source-directory :wheelwork))))) -- cgit v1.2.3