ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/connect/button_big.arc
Revision: 1.4
Committed: Fri Feb 9 01:51:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object button_plate
2 root 1.4 anim
3     button_big.x11
4     button_big.x12
5     mina
6 root 1.1 name large button
7 root 1.3 face button_big.x11
8     is_animated 0
9 root 1.1 type 92
10 root 1.3 weight 1000000
11     move_on all
12     move_off all
13     no_pick 1
14 root 1.1 activate_on_push 1
15     activate_on_release 1
16 root 1.3 editable 48
17     magicmap grey
18     visibility 50
19 root 1.1 end
20 root 1.3