changeset 1:4588025678b0

adjusted hardcoded paths
author Robert McIntyre <rlm@mit.edu>
date Sun, 16 Oct 2011 05:29:35 -0700
parents 92f8d83b5d0b
children 46b2d4c9522d
files .hgignore org/skin.org
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/.hgignore	Sun Oct 16 05:12:19 2011 -0700
     1.2 +++ b/.hgignore	Sun Oct 16 05:29:35 2011 -0700
     1.3 @@ -2,3 +2,8 @@
     1.4  video*
     1.5  src*
     1.6  html*
     1.7 +*~
     1.8 +tmp*
     1.9 +
    1.10 +syntax: regexp
    1.11 +(.*/)?\.\#.*$
    1.12 \ No newline at end of file
     2.1 --- a/org/skin.org	Sun Oct 16 05:12:19 2011 -0700
     2.2 +++ b/org/skin.org	Sun Oct 16 05:29:35 2011 -0700
     2.3 @@ -294,7 +294,9 @@
     2.4        "key-space"  (fn [game value]
     2.5       		     (touch-print controls))}
     2.6       (fn [world]
     2.7 -       (Capture/SimpleCaptureVideo world (file-str "~/out-temp/blob.avi"))
     2.8 +       (Capture/SimpleCaptureVideo
     2.9 +        world 
    2.10 +        (file-str "/home/r/proj/cortex/tmp-video/blob.avi"))
    2.11         (no-logging)
    2.12         (enable-debug world)
    2.13         (set-accuracy world (/ 1 60))