Mercurial > code > home > repos > light9
comparison light8/patchdata-old.py @ 213:87caa8906582
put correct patchdata in 2004 show
author | drewp@bigasterisk.com |
---|---|
date | Mon, 11 Apr 2005 01:55:37 +0000 |
parents | show/dance2004/patchdata.py@9b360ee8636e |
children |
comparison
equal
deleted
inserted
replaced
212:a65a1634fce4 | 213:87caa8906582 |
---|---|
1 patch = { | |
2 | |
3 ('side l','sidepost1') : 45, # posts | |
4 ('side r','sidepost2') : 46, | |
5 | |
6 ('god',) : 6, | |
7 | |
8 'house': 68, | |
9 ('ramp1','dolly-ramp-l','b11',): 54, # left bank over house | |
10 ('main-l-blue', 'b12',): 53, | |
11 ('ramp2', 'b13',): 52, | |
12 ('main-lc-fill', 'b14',): 51, | |
13 ('main-c1', 'b15',): 50, | |
14 ('main-r-red','b16',): 49, | |
15 ('ramp6','b21',): 55, # mid bank | |
16 ('ramp5','b22',): 56, | |
17 ('ramp0-stairs','b23',): 57, | |
18 ('main-c2', 'b24',): 58, | |
19 ('ramp9-stairs', 'stairs-r', 'b25',): 59, | |
20 ('ramp3', 'b26',): 60, | |
21 ('ramp4', 'b31',): 61, # right bank | |
22 ('main-l-red', 'b32',): 62, | |
23 ('main-c3', 'b33',): 63, | |
24 ('main-r-blue', 'b34',): 64, | |
25 ('ramp8', 'dolly-ramp-r', 'b35',) : 65, | |
26 ('ramp7', 'b36',): 66, | |
27 | |
28 'oran1':21, 'oran2':25, 'oran3':29, 'oran4':33, | |
29 'gree1':22, 'gree2':26, 'gree3':30, 'gree4':34, | |
30 'blue1':23, 'blue2':27, 'blue3':31, 'blue4':35, | |
31 'red1' :24, 'red2' :28, 'red3' :32, 'red4' :36, | |
32 | |
33 # hello dolly | |
34 'f1' : 1, | |
35 'f1.5' : 3, | |
36 'f2' : 4, | |
37 'f3' : 5, | |
38 'f4' : 7, | |
39 'f5' : 8, | |
40 'diag' : 9, | |
41 'f6' : 10, | |
42 'diag-back' : 11, | |
43 'f7' : 12, | |
44 | |
45 'downfill-left' : 13, | |
46 'downfill-right' : 14, | |
47 'l-scp' : 40, | |
48 'r-scp' : 37, | |
49 'upstairs above' : 39, | |
50 'upstairs front' : 15, | |
51 'storefill' : 17, | |
52 'dayback' : 41, | |
53 'judge' : 19, | |
54 ('c-scp', 'c-scoop') : 38, | |
55 'candles' : 42, | |
56 } |