ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cf.schmorp.de/arch/ground/cactus.arc
Revision: 1.3
Committed: Wed Oct 28 10:13:01 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.2: +2 -1 lines
Log Message:
add soccergrass

File Contents

# User Rev Content
1 root 1.1 object cactus1
2     name cactus
3     name_pl cacti
4     face cactus1.x11
5 root 1.3 magicmap brown
6 root 1.1 move_slow walk
7     move_slow_penalty 1
8     no_pick 1
9     is_wooded 1
10     visibility 100
11     end
12    
13     object cactus2
14     inherit cactus1
15 root 1.2 name cactus
16 root 1.1 face cactus2.x11
17     end
18    
19     object cactus3
20     inherit cactus1
21 root 1.2 name cactus
22 root 1.1 face cactus3.x11
23     end
24 root 1.3