Mercurial > code > home > repos > light9
diff light8/stage.py @ 69:ab0be21b549b
result of 7.9.2002 rehearsal
author | dmcc |
---|---|
date | Thu, 11 Jul 2002 00:17:02 +0000 |
parents | 67a1fa40924f |
children | 5649f5d9c798 |
line wrap: on
line diff
--- a/light8/stage.py Wed Jul 10 00:39:14 2002 +0000 +++ b/light8/stage.py Thu Jul 11 00:17:02 2002 +0000 @@ -370,6 +370,15 @@ s.addlight('side r', (785, 609)) s.addlight('side l', (8, 613)) + s.addlight('cafe1',(174, 476)) + s.addlight('cafe2',(584, 475)) + s.addlight('dream',(329, 477),aim=(267, 309)) + s.addlight('xmas',(555, 56),aim=(438, 284)) + + for y,col in ((300,'red'),(333,'blue'),(364,'gree'),(407,'oran')): + for i in range(1,5): + s.addlight('%s%s' % (col,i),(726+10*i,y)) + if __name__=='__main__': root=Tk() root.tk_focusFollowsMouse()