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

File Contents

# User Rev Content
1 root 1.7 object sea
2 root 1.8 anim
3     sea.x11
4     sea.x12
5     sea.x13
6     sea.x14
7     sea.x13
8     sea.x12
9     mina
10 pippijn 1.2 face sea.x11
11 root 1.7 speed -0.12
12     smoothlevel 20
13     move_block all -boat
14     no_pick 1
15     is_floor 1
16     is_water 1
17     color_bg blue
18     color_fg light_blue
19     editable 8
20     smoothface sea.x14 sea_S.x14
21 root 1.8 end
22    
23     object sea1
24 root 1.1 anim
25 pippijn 1.2 sea.x11
26     sea.x12
27     sea.x13
28     sea.x14
29     sea.x13
30     sea.x12
31 root 1.1 mina
32 root 1.7 name sea
33     face sea.x11
34 root 1.6 speed -0.12
35 root 1.7 smoothlevel 20
36 root 1.1 no_pick 1
37 root 1.7 is_floor 1
38 root 1.1 is_water 1
39 root 1.7 color_bg blue
40     color_fg light_blue
41 root 1.1 editable 8
42 root 1.7 smoothface sea.x14 sea_S.x14
43     end
44    
45     object sea_ne
46     name sea
47     face sea_ne.x11
48     smoothlevel 20
49     move_block all
50 root 1.1 no_pick 1
51 root 1.7 is_floor 1
52 root 1.1 is_water 1
53 root 1.7 color_bg blue
54     color_fg light_blue
55 root 1.1 editable 8
56     end
57 root 1.7
58     object sea_nw
59 root 1.1 name sea
60 pippijn 1.2 face sea_nw.x11
61 root 1.7 smoothlevel 20
62     move_block all
63 root 1.1 no_pick 1
64 root 1.7 is_floor 1
65 root 1.1 is_water 1
66 root 1.7 color_bg blue
67     color_fg light_blue
68 root 1.1 editable 8
69     end
70 root 1.7
71     object sea_se
72 root 1.1 name sea
73 root 1.7 face sea_se.x11
74     smoothlevel 20
75     move_block all
76 root 1.1 no_pick 1
77 root 1.7 is_floor 1
78 root 1.1 is_water 1
79 root 1.7 color_bg blue
80     color_fg light_blue
81 root 1.1 editable 8
82     end
83 root 1.7
84     object sea_sw
85 root 1.1 name sea
86 pippijn 1.2 face sea_sw.x11
87 root 1.7 smoothlevel 20
88     move_block all
89 root 1.1 no_pick 1
90 root 1.7 is_floor 1
91 root 1.1 is_water 1
92 root 1.7 color_bg blue
93 root 1.1 color_fg light_blue
94     editable 8
95     end
96 root 1.7