diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-27 15:23:35 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-27 15:23:35 -0500 |
commit | e5104cf39570605859c3648ed83c37fe647b0e3f (patch) | |
tree | cb59f1b5d0f0ae9f354982ecfab7e3cf09e9570f /examples/02-moving-bitmp.lisp | |
parent | 2340c1a09895502667c9ba75c3db73b555ef40aa (diff) |
[example] 1 2 and 3 find the right asset root automatically
Diffstat (limited to 'examples/02-moving-bitmp.lisp')
-rw-r--r-- | examples/02-moving-bitmp.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/02-moving-bitmp.lisp b/examples/02-moving-bitmp.lisp index 53a4f35..e656367 100644 --- a/examples/02-moving-bitmp.lisp +++ b/examples/02-moving-bitmp.lisp @@ -114,7 +114,9 @@ (ww::start (make-instance 'bitmap-display :scale 2.0 :fps 30 - :asset-root #P"~/projects/wheelwork/examples/"))) + :asset-root (merge-pathnames + "examples/" + (asdf:system-source-directory :wheelwork))))) |