ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/Afloor/afloor.arc
Revision: 1.7
Committed: Sun Mar 11 00:15:17 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.6: +4 -4 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.6 object afloor_left
2 root 1.1 name a floor
3 root 1.6 face afloor.x71
4 root 1.1 no_pick 1
5     is_floor 1
6 root 1.6 color_bg brown
7 root 1.1 editable 8
8 root 1.7 magicmap black
9 root 1.1 end
10 root 1.6
11     object afloor_right
12 root 1.1 name a floor
13 root 1.6 face afloor.x31
14 root 1.1 no_pick 1
15     is_floor 1
16 root 1.6 color_bg brown
17 root 1.1 editable 8
18 root 1.7 magicmap black
19 root 1.1 end
20 root 1.6
21     object ahole_left
22     face ahole.x71
23 root 1.1 type 66
24 root 1.6 client_type 25012
25 root 1.1 no_pick 1
26 root 1.6 color_bg brown
27 root 1.1 editable 2
28 root 1.7 magicmap black
29 root 1.1 visibility 100
30     end
31 root 1.6
32     object ahole_right
33     face ahole.x31
34 root 1.1 type 66
35 root 1.6 client_type 25012
36 root 1.1 no_pick 1
37 root 1.6 color_bg brown
38 root 1.1 editable 2
39 root 1.7 magicmap black
40 root 1.1 visibility 100
41     end
42 root 1.6