ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/new/grassbrown.arc
Revision: 1.10
Committed: Sun Apr 22 18:16:25 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
add smoothing for brown grass

File Contents

# User Rev Content
1 root 1.7 object grassbrown
2 root 1.1 name brown grass
3 pippijn 1.3 face grassbrown.x11
4 root 1.1 type 67
5 root 1.8 smoothlevel 37
6     move_block swim boat
7     move_on walk
8     move_slow walk
9     move_slow_penalty 1
10     no_pick 1
11 root 1.6 is_floor 1
12 root 1.8 is_wooded 1
13 root 1.1 editable 8
14 root 1.9 magicmap brown
15 root 1.10 smoothface grassbrown.x11 grassbrown_S.x11
16 root 1.1 end
17 root 1.8