ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/beach.arc
Revision: 1.8
Committed: Sun Mar 11 00:19:42 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.7: +0 -1 lines
Log Message:
normalise color_bg to devnull

File Contents

# User Rev Content
1 root 1.6 object beach
2 root 1.7 race /terrain/desert
3 pippijn 1.2 face beach.x11
4 root 1.1 type 67
5 root 1.7 smoothlevel 10
6     move_block swim boat
7     move_on walk
8     move_slow walk
9     move_slow_penalty 1
10 root 1.1 no_pick 1
11 root 1.7 is_floor 1
12 root 1.5 is_wooded 0
13 root 1.1 editable 8
14 pippijn 1.3 smoothface beach.x11 beach_S.x11
15 root 1.1 end
16 root 1.7