ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/sign.arc
Revision: 1.9
Committed: Tue Nov 3 09:59:21 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +7 -7 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.5 object sign
2 pippijn 1.2 face sign.x11
3 root 1.9 magicmap white
4 root 1.1 type 98
5     subtype 38
6 root 1.6 client_type 25021
7     no_pick 1
8 root 1.1 activate_on_push 1
9     activate_on_release 1
10 root 1.4 visibility 40
11 root 1.1 end
12 root 1.6
13 root 1.9 object sign_board
14     inherit sign
15     name message board
16     face sign_board.x11
17     end
18    
19 root 1.7 object signpost
20     inherit sign
21     name signpost
22     face signpost.x11
23     end
24