diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-23 12:03:44 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-23 12:03:44 -0500 |
commit | 278d81508d56a4b44e6b24e036661a6a159126c4 (patch) | |
tree | 6a9a989f1063b9ca3817bf99e9ae3b9e4175616d /examples/02-moving-bitmp.lisp | |
parent | 14c5c14799113ec02a9a36c1e94800f0c528e328 (diff) |
[add] fps control
Diffstat (limited to 'examples/02-moving-bitmp.lisp')
-rw-r--r-- | examples/02-moving-bitmp.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/02-moving-bitmp.lisp b/examples/02-moving-bitmp.lisp index 8e5f55b..3a7fbc9 100644 --- a/examples/02-moving-bitmp.lisp +++ b/examples/02-moving-bitmp.lisp @@ -88,8 +88,8 @@ (defun start () (ww::start (make-instance 'bitmap-display :scale 2.0 + :fps 30 :asset-root #P"~/projects/wheelwork/examples/"))) - |