ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/quads/quad_dirt.arc
Revision: 1.3
Committed: Wed May 18 20:43:34 2011 UTC (13 years ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +11 -0 lines
Log Message:
added quad materials.

File Contents

# User Rev Content
1 elmex 1.1 object quad_dirt_floor
2     inherit type_quad_floor
3 elmex 1.2 name dirt floor
4     name_pl dirt floors
5 elmex 1.1 face quad_dirt_floor.x11
6     smoothlevel 5
7     smoothface quad_dirt_floor.x11 quad_dirt_floor_S.x11
8 elmex 1.3 other_arch quad_dirt_material
9 elmex 1.1 end
10    
11     object quad_dirt_wall
12     inherit type_quad_wall
13     name dirt wall
14 elmex 1.2 name_pl dirt walls
15 elmex 1.1 face quad_dirt_wall.x11
16 elmex 1.3 other_arch quad_dirt_material
17     end
18    
19     object quad_dirt_material
20     inherit type_quad_material
21     name dirt material
22     name_pl dirt materials
23     face buildmaterial:quad_dirt_wall.x11
24     slaying quad_dirt_floor
25     other_arch quad_dirt_wall
26 elmex 1.1 end