comparison org/test-creature.org @ 163:985c73659923

renamed functions in ear.org
author Robert McIntyre <rlm@mit.edu>
date Sat, 04 Feb 2012 02:15:32 -0700
parents 2cbdd7034c6c
children c33a8e5fe7bc
comparison
equal deleted inserted replaced
162:2cbdd7034c6c 163:985c73659923
182 touch-nerves (touch creature) 182 touch-nerves (touch creature)
183 touch-debug-windows (map (fn [_] (debug-touch-window)) touch-nerves) 183 touch-debug-windows (map (fn [_] (debug-touch-window)) touch-nerves)
184 [init-vision-fns vision-data] (vision creature) 184 [init-vision-fns vision-data] (vision creature)
185 vision-debug (map (fn [_] (debug-vision-window)) vision-data) 185 vision-debug (map (fn [_] (debug-vision-window)) vision-data)
186 me (sphere 0.5 :color ColorRGBA/Blue :physical? false) 186 me (sphere 0.5 :color ColorRGBA/Blue :physical? false)
187 [init-hearing-fns hearing-senses] (hearing creature) 187 [init-hearing-fns hearing-senses] (hearing! creature)
188 hearing-windows (map (fn [_] (debug-hearing-window 50)) 188 hearing-windows (map (fn [_] (debug-hearing-window 50))
189 hearing-senses) 189 hearing-senses)
190 bell (AudioNode. (asset-manager) 190 bell (AudioNode. (asset-manager)
191 "Sounds/pure.wav" false) 191 "Sounds/pure.wav" false)
192 prop (proprioception creature) 192 prop (proprioception creature)