ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/quads/quad_marble.arc
Revision: 1.1
Committed: Thu May 19 13:21:47 2011 UTC (13 years ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Log Message:
added marble quad.

File Contents

# Content
1 object quad_marble_floor
2 inherit type_quad_floor
3 name marble floor
4 name_pl marble floors
5 face quad_marble_floor.x11
6 other_arch quad_marble_material
7 end
8
9 object quad_marble_wall
10 inherit type_quad_wall
11 name marble wall
12 name_pl marble walls
13 face quad_marble_wall.x11
14 other_arch quad_marble_material
15 end
16
17 object quad_marble_material
18 inherit type_quad_material
19 name marble material
20 name_pl marble materials
21 face buildmaterial:quad_marble_wall.x11
22 slaying quad_marble_floor
23 other_arch quad_marble_wall
24 end