Mercurial > cortex
comparison org/test-creature.org @ 180:f1b078375484
refactored movement
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 04 Feb 2012 07:20:12 -0700 |
parents | 6fba17a74a57 |
children | cfb71209ddc6 |
comparison
equal
deleted
inserted
replaced
179:11bd5f0625ad | 180:f1b078375484 |
---|---|
183 bell (AudioNode. (asset-manager) | 183 bell (AudioNode. (asset-manager) |
184 "Sounds/pure.wav" false) | 184 "Sounds/pure.wav" false) |
185 prop (proprioception! creature) | 185 prop (proprioception! creature) |
186 prop-debug (proprioception-debug-window) | 186 prop-debug (proprioception-debug-window) |
187 | 187 |
188 muscle-fns (enable-muscles creature) | 188 muscle-fns (movement! creature) |
189 ;; dream | 189 ;; dream |
190 fix-display (runonce | 190 fix-display (runonce |
191 (fn [world] (add-camera! world (.getCamera world) no-op))) | 191 (fn [world] (add-camera! world (.getCamera world) no-op))) |
192 ] | 192 ] |
193 | 193 |