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, 6 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

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