ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/spider_web.arc
Revision: 1.4
Committed: Tue Feb 6 23:29:21 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Log Message:
replace material by materilname in all simple cases

File Contents

# User Rev Content
1 root 1.3 object spider_web
2 root 1.1 name spider web
3 pippijn 1.2 face spider_web.x11
4 root 1.1 speed -0.01
5 root 1.4 materialname cloth
6 root 1.3 move_slow walk
7     move_slow_penalty 7
8     no_pick 1
9     editable 8
10     visibility 50
11 root 1.1 anim
12 pippijn 1.2 spider_web.x11
13     spider_web.x12
14 root 1.1 mina
15     end
16 root 1.3