ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/Afloor/afloor.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:07 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: +18 -14 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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