ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/light_bulb.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:37 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +8 -4 lines
Log Message:
second normaliser run - dude

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 editable 32
7     magicmap yellow
8     end
9 root 1.6
10 root 1.5 object light2
11 root 1.1 name light
12 pippijn 1.2 face light_bulb_2.x11
13 root 1.6 invisible 1
14 root 1.4 glow_radius 2
15 root 1.1 editable 32
16     magicmap yellow
17     end
18 root 1.6
19 root 1.5 object light3
20 root 1.1 name light
21 pippijn 1.2 face light_bulb_3.x11
22 root 1.6 invisible 1
23 root 1.4 glow_radius 3
24 root 1.1 editable 32
25     magicmap yellow
26     end
27 root 1.6
28 root 1.5 object light4
29 root 1.1 name light
30 pippijn 1.2 face light_bulb_4.x11
31 root 1.6 invisible 1
32 root 1.4 glow_radius 4
33 root 1.1 editable 32
34     magicmap yellow
35     end
36 root 1.6