Mercurial > cortex
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:92f8d83b5d0b | 1:4588025678b0 |
---|---|
292 | 292 |
293 {"key-return" (fire-cannon-ball) | 293 {"key-return" (fire-cannon-ball) |
294 "key-space" (fn [game value] | 294 "key-space" (fn [game value] |
295 (touch-print controls))} | 295 (touch-print controls))} |
296 (fn [world] | 296 (fn [world] |
297 (Capture/SimpleCaptureVideo world (file-str "~/out-temp/blob.avi")) | 297 (Capture/SimpleCaptureVideo |
298 world | |
299 (file-str "/home/r/proj/cortex/tmp-video/blob.avi")) | |
298 (no-logging) | 300 (no-logging) |
299 (enable-debug world) | 301 (enable-debug world) |
300 (set-accuracy world (/ 1 60)) | 302 (set-accuracy world (/ 1 60)) |
301 ) | 303 ) |
302 | 304 |