ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/Afloor/afloor_blue.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:20 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.5: +18 -14 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object afloor_blue_left
2 root 1.1 name a floor
3 root 1.6 face afloor_blue.x71
4 root 1.1 no_pick 1
5     is_floor 1
6 root 1.6 color_bg blue
7 root 1.4 color_fg black
8 root 1.1 editable 8
9     end
10 root 1.6
11     object afloor_blue_right
12 root 1.1 name a floor
13 root 1.6 face afloor_blue.x31
14 root 1.1 no_pick 1
15     is_floor 1
16 root 1.6 color_bg blue
17 root 1.4 color_fg black
18 root 1.1 editable 8
19     end
20 root 1.6
21     object ahole_blue_left
22     face ahole_blue.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 blue
27 root 1.4 color_fg black
28 root 1.1 editable 2
29     visibility 100
30     end
31 root 1.6
32     object ahole_blue_right
33     face ahole_blue.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 blue
38 root 1.4 color_fg black
39 root 1.1 editable 2
40     visibility 100
41     end
42 root 1.6