ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/sign.arc
Revision: 1.10
Committed: Sat Oct 16 09:18:48 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 sign
2 pippijn 1.2 face sign.x11
3 root 1.1 type 98
4     subtype 38
5 root 1.6 client_type 25021
6     no_pick 1
7 root 1.1 activate_on_push 1
8     activate_on_release 1
9     end
10 root 1.6
11 root 1.9 object sign_board
12     inherit sign
13     name message board
14     face sign_board.x11
15     end
16    
17 root 1.7 object signpost
18     inherit sign
19     name signpost
20     face signpost.x11
21     end
22