ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Winter/drifts.arc
Revision: 1.8
Committed: Tue Apr 10 09:09:38 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Log Message:
fix some smoothface attributes

File Contents

# User Rev Content
1 root 1.6 object drifts
2 root 1.7 race /terrain/hills
3 pippijn 1.2 face drifts.x11
4 root 1.1 type 67
5 root 1.7 smoothlevel 24
6     move_on walk
7     move_slow walk
8     move_slow_penalty 3
9     no_pick 1
10     is_floor 1
11 root 1.5 is_hilly 1
12     editable 8
13 root 1.1 magicmap white
14 root 1.8 smoothface drifts.x11 empty_S.x11
15 root 1.1 end
16 root 1.7