ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/sea.arc
Revision: 1.17
Committed: Tue Nov 3 09:48:48 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.16: +0 -6 lines
Log Message:
remove editable field, elmey says so

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.16 inherit sea_base
11 root 1.11 face sea.x11
12 root 1.16 magicmap light_blue
13     smoothlevel 20
14     smoothface sea.x11 sea_S.x11 sea.x12 sea_S.x12 sea.x13 sea_S.x13 sea.x14 sea_S.x14
15 root 1.7 speed -0.12
16 root 1.8 end
17 root 1.11
18 root 1.10 object sea1
19 root 1.1 anim
20 pippijn 1.2 sea.x11
21     sea.x12
22     sea.x13
23     sea.x14
24     sea.x13
25     sea.x12
26 root 1.1 mina
27 root 1.16 inherit sea_base
28 root 1.11 name sea
29     face sea.x11
30 root 1.16 magicmap light_blue
31 root 1.6 speed -0.12
32 root 1.16 end
33    
34     object sea_base
35     move_block walk fly_low
36     no_pick 1
37     is_floor 1
38     is_water 1
39 root 1.11 end
40    
41     object sea_ne
42 root 1.15 inherit sea_base
43 root 1.11 name sea
44     face sea_ne.x11
45 root 1.16 magicmap light_blue
46 root 1.7 end
47 root 1.11
48 root 1.10 object sea_nw
49 root 1.15 inherit sea_base
50 root 1.7 name sea
51 root 1.9 face sea_nw.x11
52 root 1.16 magicmap light_blue
53 root 1.1 end
54 root 1.11
55     object sea_se
56 root 1.15 inherit sea_base
57 root 1.1 name sea
58 root 1.11 face sea_se.x11
59 root 1.16 magicmap light_blue
60 root 1.1 end
61 root 1.11
62 root 1.10 object sea_sw
63 root 1.15 inherit sea_base
64 root 1.1 name sea
65 root 1.9 face sea_sw.x11
66 root 1.16 magicmap light_blue
67 root 1.1 end
68 root 1.11