diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-28 06:34:12 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-28 06:34:12 -0500 |
commit | 3527744ffd63f2d83659964d32a5a838bf83baef (patch) | |
tree | eafedbe1dcd91feb0902b2dd92e796e9e7adc9b1 /examples/02-moving-bitmp.lisp | |
parent | f311a9c510e4c54fb6cfaac2c3dc9681b6804b3a (diff) |
[modify] +standard-font-chars+ includes newline
Diffstat (limited to 'examples/02-moving-bitmp.lisp')
-rw-r--r-- | examples/02-moving-bitmp.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
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))))) |