ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/exit/archway.arc
Revision: 1.10
Committed: Sat Oct 16 09:16:59 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# User Rev Content
1 root 1.5 object archway
2 pippijn 1.2 face archwood.x11
3 root 1.1 type 66
4 root 1.6 client_type 25012
5 root 1.1 no_pick 1
6     end
7 root 1.6
8     object archway_gold
9 root 1.7 inherit archway
10     name golden archway
11 root 1.6 face archgold.x11
12 root 1.1 end
13 root 1.6
14     object archway_green
15 root 1.7 inherit archway
16     name green archway
17 root 1.6 face archgreen.x11
18 root 1.1 end
19 root 1.6
20 root 1.5 object archway_tree
21 root 1.7 inherit archway
22     name tree forming an arc
23 pippijn 1.2 face archtree.x11
24 root 1.1 end
25 root 1.6