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

File Contents

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