diff org/skin.org @ 15:c32f3eb9fdeb

modified fire-cannon-ball to place the ball on a specific node
author Robert McIntyre <rlm@mit.edu>
date Sun, 23 Oct 2011 11:50:17 -0700
parents 3aa1ee6c6308
children d2e9f0d09475
line wrap: on
line diff
     1.1 --- a/org/skin.org	Sun Oct 23 11:30:42 2011 -0700
     1.2 +++ b/org/skin.org	Sun Oct 23 11:50:17 2011 -0700
     1.3 @@ -248,7 +248,7 @@
     1.4      
     1.5      (world
     1.6       root-node
     1.7 -     {"key-return" (fire-cannon-ball)}
     1.8 +     {"key-return" (fire-cannon-ball node)}
     1.9       ;;no-op
    1.10       (fn [world]
    1.11       ;;  (Capture/SimpleCaptureVideo
    1.12 @@ -261,7 +261,7 @@
    1.13  
    1.14       (fn [& _]
    1.15         (let [touch-data (touch-percieve 0.2 b node)]
    1.16 -         (println-repl touch-data)
    1.17 +         ;;(println-repl touch-data)
    1.18           (manage-ray-debug-node debug-node b touch-data 0.2))
    1.19         (Thread/sleep 10)
    1.20         ;;(touch-print controls)