ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/sea.arc
Revision: 1.11
Committed: Sat Mar 3 01:22:31 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.10: +46 -46 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.10 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 root 1.11 face sea.x11
11 root 1.7 speed -0.12
12 root 1.11 smoothlevel 20
13 root 1.7 move_block all -boat
14     no_pick 1
15 root 1.11 is_floor 1
16 root 1.7 is_water 1
17 root 1.11 color_bg blue
18     color_fg light_blue
19 root 1.7 editable 8
20 root 1.11 smoothface sea.x14 sea_S.x14
21 root 1.8 end
22 root 1.11
23 root 1.10 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.11 name sea
33     face sea.x11
34 root 1.6 speed -0.12
35 root 1.11 smoothlevel 20
36 root 1.1 no_pick 1
37 root 1.11 is_floor 1
38 root 1.1 is_water 1
39 root 1.11 color_bg blue
40     color_fg light_blue
41 root 1.1 editable 8
42 root 1.11 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     no_pick 1
51 root 1.9 is_floor 1
52 root 1.11 is_water 1
53     color_bg blue
54     color_fg light_blue
55     editable 8
56 root 1.7 end
57 root 1.11
58 root 1.10 object sea_nw
59 root 1.7 name sea
60 root 1.9 face sea_nw.x11
61 root 1.11 smoothlevel 20
62     move_block all
63 root 1.1 no_pick 1
64 root 1.11 is_floor 1
65 root 1.1 is_water 1
66 root 1.11 color_bg blue
67     color_fg light_blue
68 root 1.1 editable 8
69     end
70 root 1.11
71     object sea_se
72 root 1.1 name sea
73 root 1.11 face sea_se.x11
74     smoothlevel 20
75     move_block all
76 root 1.1 no_pick 1
77 root 1.11 is_floor 1
78 root 1.1 is_water 1
79 root 1.11 color_bg blue
80     color_fg light_blue
81 root 1.1 editable 8
82     end
83 root 1.11
84 root 1.10 object sea_sw
85 root 1.1 name sea
86 root 1.9 face sea_sw.x11
87 root 1.11 smoothlevel 20
88     move_block all
89 root 1.1 no_pick 1
90 root 1.11 is_floor 1
91 root 1.1 is_water 1
92 root 1.11 color_bg blue
93 root 1.9 color_fg light_blue
94 root 1.1 editable 8
95     end
96 root 1.11