ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/sea.arc
Revision: 1.20
Committed: Mon Oct 25 11:47:28 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +1 -1 lines
Log Message:
*** empty log message ***

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