ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/readable/sign.arc
Revision: 1.7
Committed: Thu Jan 17 02:16:55 2008 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_5, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +12 -0 lines
Log Message:
new board and signpost - not that convincing

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     editable 128
10 root 1.6 magicmap white
11 root 1.4 visibility 40
12 root 1.1 end
13 root 1.6
14 root 1.7 object signpost
15     inherit sign
16     name signpost
17     face signpost.x11
18     end
19    
20     object sign_board
21     inherit sign
22     name message board
23     face sign_board.x11
24     end
25