diff 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
line wrap: on
line diff
     1.1 --- a/org/test-creature.org	Sat Feb 04 07:09:40 2012 -0700
     1.2 +++ b/org/test-creature.org	Sat Feb 04 07:20:12 2012 -0700
     1.3 @@ -185,7 +185,7 @@
     1.4          prop (proprioception! creature)
     1.5          prop-debug (proprioception-debug-window)
     1.6  
     1.7 -        muscle-fns (enable-muscles creature)
     1.8 +        muscle-fns (movement! creature)
     1.9          ;; dream
    1.10          fix-display (runonce
    1.11                       (fn [world] (add-camera! world (.getCamera world) no-op)))