ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/light_bulb.arc
Revision: 1.8
Committed: Tue Nov 3 09:49:00 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +0 -9 lines
Log Message:
remove editable field, elmey says so

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.6 invisible 1
5 root 1.4 glow_radius 1
6 root 1.1 magicmap yellow
7     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.6 invisible 1
13 root 1.4 glow_radius 2
14 root 1.1 magicmap yellow
15     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.6 invisible 1
21 root 1.4 glow_radius 3
22 root 1.1 magicmap yellow
23     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.6 invisible 1
29 root 1.4 glow_radius 4
30 root 1.1 magicmap yellow
31     end
32 root 1.6
33 root 1.7 object light5
34     name light
35     face light_bulb_x.x11
36     invisible 1
37     glow_radius 5
38     magicmap yellow
39     end
40    
41     object light6
42     name light
43     face light_bulb_x.x11
44     invisible 1
45     glow_radius 6
46     magicmap yellow
47     end
48    
49     object light7
50     name light
51     face light_bulb_x.x11
52     invisible 1
53     glow_radius 7
54     magicmap yellow
55     end
56    
57     object light8
58     name light
59     face light_bulb_x.x11
60     invisible 1
61     glow_radius 8
62     magicmap yellow
63     end
64    
65     object light9
66     name light
67     face light_bulb_x.x11
68     invisible 1
69     glow_radius 9
70     magicmap yellow
71     end
72