ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/Afloor/afloor_blue.arc
Revision: 1.9
Committed: Tue Nov 3 09:48:40 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -4 lines
Log Message:
remove editable field, elmey says so

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.7 magicmap black
7 root 1.1 end
8 root 1.6
9     object afloor_blue_right
10 root 1.1 name a floor
11 root 1.6 face afloor_blue.x31
12 root 1.1 no_pick 1
13     is_floor 1
14 root 1.7 magicmap black
15 root 1.1 end
16 root 1.6
17     object ahole_blue_left
18     face ahole_blue.x71
19 root 1.1 type 66
20 root 1.6 client_type 25012
21 root 1.1 no_pick 1
22 root 1.7 magicmap black
23 root 1.1 visibility 100
24     end
25 root 1.6
26     object ahole_blue_right
27     face ahole_blue.x31
28 root 1.1 type 66
29 root 1.6 client_type 25012
30 root 1.1 no_pick 1
31 root 1.7 magicmap black
32 root 1.1 visibility 100
33     end
34 root 1.6