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

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 root 1.7 editable 8
19 root 1.12 magicmap light_blue
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 root 1.1 editable 8
41 root 1.12 magicmap light_blue
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     editable 8
55 root 1.12 magicmap light_blue
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 root 1.1 editable 8
68 root 1.12 magicmap light_blue
69 root 1.1 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 root 1.1 editable 8
81 root 1.12 magicmap light_blue
82 root 1.1 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.1 editable 8
94 root 1.12 magicmap light_blue
95 root 1.1 end
96 root 1.11