Mercurial > code > home > repos > light9
comparison show/dance2006/patchdata.py @ 321:064684eca7d2
add 2006 initial data
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 16 Jun 2006 19:35:25 +0000 |
parents | |
children | ba4b3ffcf0a4 |
comparison
equal
deleted
inserted
replaced
320:fd06667e00e1 | 321:064684eca7d2 |
---|---|
1 patch = { | |
2 | |
3 # ('side l','sidepost1') : 45, # posts | |
4 | |
5 'oran1':21, 'oran2':25, 'oran3':29, 'oran4':33, | |
6 'gree1':22, 'gree2':26, 'gree3':30, 'gree4':34, | |
7 'blue1':23, 'blue2':27, 'blue3':31, 'blue4':35, | |
8 'red1' :24, 'red2' :28, 'red3' :32, 'red4' :36, | |
9 | |
10 | |
11 ('back9','b11',) : 54, | |
12 ('back6','b12',) : 53, | |
13 ('back4','b13',) : 52, | |
14 ('back1','b14',) : 51, | |
15 ('back3','b15',) : 50, | |
16 ('back7','b16',) : 49, | |
17 | |
18 ('b21broke',) : 55, | |
19 ('lowerstage-l','b22',) : 56, | |
20 ('patio-l','b23',) : 57, | |
21 ('patio-r','b24',) : 58, | |
22 ('lowerstage-r','b25',) : 59, | |
23 ('shar','b26',) : 60, | |
24 | |
25 ('back2','b31',) : 61, | |
26 ('back8','b32',) : 62, | |
27 ('b33broke',) : 63, | |
28 ('back10','b34',) : 64, | |
29 ('b35broke',) : 65, | |
30 ('back5','b36',) : 66, | |
31 | |
32 'post-l':45, | |
33 'post-r':46, | |
34 | |
35 'down-sides':16, | |
36 'down-c':18, | |
37 'down-l':13, | |
38 'down-r':14, | |
39 # 'down-back1':39, | |
40 'up-l':40, | |
41 | |
42 'front1-2':2, | |
43 'front2':3, | |
44 'front3':4, | |
45 'front4':5, | |
46 'god' : 6, | |
47 'front5' : 7, | |
48 'front6':9, | |
49 'front7':10, | |
50 'front8':12, | |
51 | |
52 'blacklight': 15, | |
53 'stroberate':19, | |
54 'strobedim':20, | |
55 | |
56 'cyc' : 44, | |
57 | |
58 'house':68, | |
59 | |
60 } |