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

File Contents

# User Rev Content
1 root 1.2 object castle_a_western
2 root 1.3 anim
3     castle_a_western.x11
4     castle_a_western.x12
5     mina
6 root 1.1 name castle
7     face castle_a_western.x11
8     speed -0.300
9 root 1.2 type 66
10     client_type 25012
11     no_pick 1
12     editable 2
13     magicmap grey
14     visibility 100
15 root 1.3 end
16     more
17     object castle_b_western
18 root 1.1 anim
19     castle_a_western.x11
20     castle_a_western.x12
21     mina
22     name castle
23 root 1.2 face castle_a_western.x11
24     x 1
25 root 1.1 type 66
26 root 1.2 no_pick 1
27     magicmap grey
28     visibility 100
29 root 1.3 end
30     more
31     object castle_c_western
32 root 1.1 anim
33     castle_a_western.x11
34     castle_a_western.x12
35     mina
36     name castle
37 root 1.2 face castle_a_western.x11
38     y 1
39 root 1.1 type 66
40 root 1.2 no_pick 1
41     magicmap grey
42     visibility 100
43 root 1.3 end
44     more
45     object castle_d_western
46 root 1.1 anim
47     castle_a_western.x11
48     castle_a_western.x12
49     mina
50 root 1.2 name castle
51     face castle_a_western.x11
52     x 1
53 root 1.1 y 1
54 root 1.2 type 66
55 root 1.1 no_pick 1
56 root 1.2 magicmap grey
57 root 1.1 visibility 100
58     end
59 root 1.2