ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/floor/slate.arc
Revision: 1.9
Committed: Tue Nov 3 09:58:42 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +6 -6 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.6 object blackslate
2 pippijn 1.2 face slate_b.x11
3 root 1.9 magicmap grey
4 root 1.7 smoothlevel 30
5 root 1.9 smoothface slate_b.x11 empty_S.x11
6 root 1.1 no_pick 1
7     is_floor 1
8     end
9    
10 root 1.7 object redslate
11     face slate_r.x11
12 root 1.9 magicmap grey
13 root 1.7 smoothlevel 30
14 root 1.9 smoothface slate_r.x11 empty_S.x11
15 root 1.1 no_pick 1
16     is_floor 1
17     end
18    
19 root 1.7 object whiteslate
20     face slate_w.x11
21 root 1.9 magicmap grey
22 root 1.7 smoothlevel 30
23 root 1.9 smoothface slate_w.x11 empty_S.x11
24 root 1.1 no_pick 1
25     is_floor 1
26     end
27