ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/light/light_bulb.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:23 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +12 -8 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object light1
2 root 1.1 name light
3 pippijn 1.2 face light_bulb_1.x11
4 root 1.3 invisible 1
5 root 1.1 glow_radius 1
6     editable 32
7     magicmap yellow
8     end
9 root 1.3
10     object light2
11 root 1.1 name light
12 pippijn 1.2 face light_bulb_2.x11
13 root 1.3 invisible 1
14 root 1.1 glow_radius 2
15     editable 32
16     magicmap yellow
17     end
18 root 1.3
19     object light3
20 root 1.1 name light
21 pippijn 1.2 face light_bulb_3.x11
22 root 1.3 invisible 1
23 root 1.1 glow_radius 3
24     editable 32
25     magicmap yellow
26     end
27 root 1.3
28     object light4
29 root 1.1 name light
30 pippijn 1.2 face light_bulb_4.x11
31 root 1.3 invisible 1
32 root 1.1 glow_radius 4
33     editable 32
34     magicmap yellow
35     end
36 root 1.3