ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/worldmap.arc
Revision: 1.1
Committed: Sun Dec 28 11:13:08 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_76, rel-2_77, rel-2_74, rel-2_75
Log Message:
add non-blocksview variants of some arches for the worldmap

File Contents

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