diff org/skin.org @ 1:4588025678b0

adjusted hardcoded paths
author Robert McIntyre <rlm@mit.edu>
date Sun, 16 Oct 2011 05:29:35 -0700
parents 92f8d83b5d0b
children 6c93f2018655
line wrap: on
line diff
     1.1 --- a/org/skin.org	Sun Oct 16 05:12:19 2011 -0700
     1.2 +++ b/org/skin.org	Sun Oct 16 05:29:35 2011 -0700
     1.3 @@ -294,7 +294,9 @@
     1.4        "key-space"  (fn [game value]
     1.5       		     (touch-print controls))}
     1.6       (fn [world]
     1.7 -       (Capture/SimpleCaptureVideo world (file-str "~/out-temp/blob.avi"))
     1.8 +       (Capture/SimpleCaptureVideo
     1.9 +        world 
    1.10 +        (file-str "/home/r/proj/cortex/tmp-video/blob.avi"))
    1.11         (no-logging)
    1.12         (enable-debug world)
    1.13         (set-accuracy world (/ 1 60))