ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/worldmap.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, HEAD
Changes since 1.2: +9 -10 lines
Log Message:
add soccergrass

File Contents

# User Rev Content
1 root 1.3 object darkforest_nb
2     inherit darkforest
3     name darkforest
4     blocksview 0
5     end
6    
7 root 1.1 # extra non-blocksview variants of some archetypes for the worldmap
8     object jungle_1_nb
9 root 1.3 inherit jungle_1
10 root 1.2 name jungle
11 root 1.1 blocksview 0
12     end
13    
14     object jungle_2_nb
15 root 1.3 inherit jungle_2
16 root 1.2 name jungle
17 root 1.1 blocksview 0
18     end
19    
20     object mountain_nb
21 root 1.3 inherit mountain
22 root 1.2 name mountain
23 root 1.1 blocksview 0
24     end
25