ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/light_bulb.arc
Revision: 1.9
Committed: Tue Nov 3 09:58:56 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +9 -9 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.5 object light1
2 root 1.1 name light
3 pippijn 1.2 face light_bulb_1.x11
4 root 1.9 magicmap yellow
5 root 1.6 invisible 1
6 root 1.4 glow_radius 1
7 root 1.1 end
8 root 1.6
9 root 1.5 object light2
10 root 1.1 name light
11 pippijn 1.2 face light_bulb_2.x11
12 root 1.9 magicmap yellow
13 root 1.6 invisible 1
14 root 1.4 glow_radius 2
15 root 1.1 end
16 root 1.6
17 root 1.5 object light3
18 root 1.1 name light
19 pippijn 1.2 face light_bulb_3.x11
20 root 1.9 magicmap yellow
21 root 1.6 invisible 1
22 root 1.4 glow_radius 3
23 root 1.1 end
24 root 1.6
25 root 1.5 object light4
26 root 1.1 name light
27 pippijn 1.2 face light_bulb_4.x11
28 root 1.9 magicmap yellow
29 root 1.6 invisible 1
30 root 1.4 glow_radius 4
31 root 1.1 end
32 root 1.6
33 root 1.7 object light5
34     name light
35     face light_bulb_x.x11
36 root 1.9 magicmap yellow
37 root 1.7 invisible 1
38     glow_radius 5
39     end
40    
41     object light6
42     name light
43     face light_bulb_x.x11
44 root 1.9 magicmap yellow
45 root 1.7 invisible 1
46     glow_radius 6
47     end
48    
49     object light7
50     name light
51     face light_bulb_x.x11
52 root 1.9 magicmap yellow
53 root 1.7 invisible 1
54     glow_radius 7
55     end
56    
57     object light8
58     name light
59     face light_bulb_x.x11
60 root 1.9 magicmap yellow
61 root 1.7 invisible 1
62     glow_radius 8
63     end
64    
65     object light9
66     name light
67     face light_bulb_x.x11
68 root 1.9 magicmap yellow
69 root 1.7 invisible 1
70     glow_radius 9
71     end
72