ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/sea.arc
Revision: 1.7
Committed: Tue Feb 6 22:40:16 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.6: +53 -53 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.7 object sea
2 pippijn 1.2 face sea.x11
3 root 1.7 speed -0.12
4     smoothlevel 20
5     move_block all -boat
6     no_pick 1
7     is_floor 1
8     is_water 1
9     color_bg blue
10     color_fg light_blue
11     editable 8
12     smoothface sea.x14 sea_S.x14
13 root 1.1 anim
14 pippijn 1.2 sea.x11
15     sea.x12
16     sea.x13
17     sea.x14
18     sea.x13
19     sea.x12
20 root 1.1 mina
21 root 1.7 end
22    
23     object sea1
24     name sea
25     face sea.x11
26 root 1.6 speed -0.12
27 root 1.7 smoothlevel 20
28 root 1.1 no_pick 1
29 root 1.7 is_floor 1
30 root 1.1 is_water 1
31 root 1.7 color_bg blue
32     color_fg light_blue
33 root 1.1 editable 8
34 root 1.7 smoothface sea.x14 sea_S.x14
35 root 1.1 anim
36 pippijn 1.2 sea.x11
37     sea.x12
38     sea.x13
39     sea.x14
40     sea.x13
41     sea.x12
42 root 1.1 mina
43 root 1.7 end
44    
45     object sea_ne
46     name sea
47     face sea_ne.x11
48     smoothlevel 20
49     move_block all
50 root 1.1 no_pick 1
51 root 1.7 is_floor 1
52 root 1.1 is_water 1
53 root 1.7 color_bg blue
54     color_fg light_blue
55 root 1.1 editable 8
56     end
57 root 1.7
58     object sea_nw
59 root 1.1 name sea
60 pippijn 1.2 face sea_nw.x11
61 root 1.7 smoothlevel 20
62     move_block all
63 root 1.1 no_pick 1
64 root 1.7 is_floor 1
65 root 1.1 is_water 1
66 root 1.7 color_bg blue
67     color_fg light_blue
68 root 1.1 editable 8
69     end
70 root 1.7
71     object sea_se
72 root 1.1 name sea
73 root 1.7 face sea_se.x11
74     smoothlevel 20
75     move_block all
76 root 1.1 no_pick 1
77 root 1.7 is_floor 1
78 root 1.1 is_water 1
79 root 1.7 color_bg blue
80     color_fg light_blue
81 root 1.1 editable 8
82     end
83 root 1.7
84     object sea_sw
85 root 1.1 name sea
86 pippijn 1.2 face sea_sw.x11
87 root 1.7 smoothlevel 20
88     move_block all
89 root 1.1 no_pick 1
90 root 1.7 is_floor 1
91 root 1.1 is_water 1
92 root 1.7 color_bg blue
93 root 1.1 color_fg light_blue
94     editable 8
95     end
96 root 1.7