ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/sea.arc
Revision: 1.18
Committed: Sun Oct 10 10:47:30 2010 UTC (13 years, 8 months ago) by sf-linuxlemoner
Branch: MAIN
Changes since 1.17: +1 -0 lines
Log Message:
Unicode glyphs for ground stuff. Agreed on with pippijn.

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