ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/sea.arc
Revision: 1.13
Committed: Sun Mar 11 00:19:42 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.12: +0 -6 lines
Log Message:
normalise color_bg to devnull

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     editable 8
18 root 1.12 magicmap light_blue
19 root 1.11 smoothface sea.x14 sea_S.x14
20 root 1.8 end
21 root 1.11
22 root 1.10 object sea1
23 root 1.1 anim
24 pippijn 1.2 sea.x11
25     sea.x12
26     sea.x13
27     sea.x14
28     sea.x13
29     sea.x12
30 root 1.1 mina
31 root 1.11 name sea
32     face sea.x11
33 root 1.6 speed -0.12
34 root 1.11 smoothlevel 20
35 root 1.1 no_pick 1
36 root 1.11 is_floor 1
37 root 1.1 is_water 1
38     editable 8
39 root 1.12 magicmap light_blue
40 root 1.11 smoothface sea.x14 sea_S.x14
41     end
42    
43     object sea_ne
44     name sea
45     face sea_ne.x11
46     smoothlevel 20
47     move_block all
48     no_pick 1
49 root 1.9 is_floor 1
50 root 1.11 is_water 1
51     editable 8
52 root 1.12 magicmap light_blue
53 root 1.7 end
54 root 1.11
55 root 1.10 object sea_nw
56 root 1.7 name sea
57 root 1.9 face sea_nw.x11
58 root 1.11 smoothlevel 20
59     move_block all
60 root 1.1 no_pick 1
61 root 1.11 is_floor 1
62 root 1.1 is_water 1
63     editable 8
64 root 1.12 magicmap light_blue
65 root 1.1 end
66 root 1.11
67     object sea_se
68 root 1.1 name sea
69 root 1.11 face sea_se.x11
70     smoothlevel 20
71     move_block all
72 root 1.1 no_pick 1
73 root 1.11 is_floor 1
74 root 1.1 is_water 1
75     editable 8
76 root 1.12 magicmap light_blue
77 root 1.1 end
78 root 1.11
79 root 1.10 object sea_sw
80 root 1.1 name sea
81 root 1.9 face sea_sw.x11
82 root 1.11 smoothlevel 20
83     move_block all
84 root 1.1 no_pick 1
85 root 1.11 is_floor 1
86 root 1.1 is_water 1
87     editable 8
88 root 1.12 magicmap light_blue
89 root 1.1 end
90 root 1.11