# HG changeset patch # User Robert McIntyre # Date 1318768175 25200 # Node ID 4588025678b0019407eef9c38b011f9d18fb0b14 # Parent 92f8d83b5d0b0b003da06edc834cb65e1f076739 adjusted hardcoded paths diff -r 92f8d83b5d0b -r 4588025678b0 .hgignore --- a/.hgignore Sun Oct 16 05:12:19 2011 -0700 +++ b/.hgignore Sun Oct 16 05:29:35 2011 -0700 @@ -2,3 +2,8 @@ video* src* html* +*~ +tmp* + +syntax: regexp +(.*/)?\.\#.*$ \ No newline at end of file diff -r 92f8d83b5d0b -r 4588025678b0 org/skin.org --- a/org/skin.org Sun Oct 16 05:12:19 2011 -0700 +++ b/org/skin.org Sun Oct 16 05:29:35 2011 -0700 @@ -294,7 +294,9 @@ "key-space" (fn [game value] (touch-print controls))} (fn [world] - (Capture/SimpleCaptureVideo world (file-str "~/out-temp/blob.avi")) + (Capture/SimpleCaptureVideo + world + (file-str "/home/r/proj/cortex/tmp-video/blob.avi")) (no-logging) (enable-debug world) (set-accuracy world (/ 1 60))