ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/sea.arc
Revision: 1.5
Committed: Tue Jan 23 13:38:20 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -6 lines
Log Message:
- removed speed from sea_nw etc. because it is not animated
  (could somebody please check)
- slowed down deep_sea and sea, saves bandwidth and cpu processing
  and due to the randomising actually looks nicer, imho.

File Contents

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