aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2010-11-29 00:00:26 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2010-11-29 00:00:26 -0500
commitcf1f2224b3625b01a6aa7db221403849b308b3bc (patch)
tree9ad55077f45efc7a8434688332ee281a28a1cae7 /docs
parent9c9babfa7032b443138c4b457aabaf79fad385b3 (diff)
Making recursive behaviors work. Some bugs existed before. Adding running
behavior which makes a signal bounce back and forth.
Diffstat (limited to 'docs')
-rw-r--r--docs/designDocs.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/designDocs.tex b/docs/designDocs.tex
index 327c280..0690d3f 100644
--- a/docs/designDocs.tex
+++ b/docs/designDocs.tex
@@ -179,4 +179,7 @@ argument. This will be passed in via recursive inputs.}
\subsection{Color}
For color, use a tuple of (R,G,B) 0-255 for each. Colors can be
easily manipulated with members of the Util class.
+ \subsection{Locations}
+ Locations are stored (x,y), in whatever unit you light system is
+ in. (Whatever unit you use when you define spacing).
\end{document}