]> git.cworth.org Git - wordgame/commitdiff
Fix randomizing of letter positions to never end up on top of each other
authorCarl Worth <cworth@cworth.org>
Tue, 5 Dec 2006 06:46:53 +0000 (22:46 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 5 Dec 2006 06:46:53 +0000 (22:46 -0800)
We had some confusion over who was in charge of the letter position,
(whether the matrix as manipulated by the core animate code, or
whether private fields in our demo-item structure). We now do all
positioning based on the matrix. As a regression, animation is now
disabled.


No differences found