This was SVN commit r6370.

This commit is contained in:
Mythos_Ruler
2008-09-16 05:19:35 +00:00
parent 16cfd12b3a
commit 127ee136f2
3 changed files with 44 additions and 0 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_geo_mineral">
<Traits>
<Anchor>
<Type>Ground</Type>
<!-- If negative or > 90.0, entity will always conform to terrain (assuming traits.pitch allows it) -->
<ConformX>3.141592</ConformX>
<ConformZ>3.141592</ConformZ>
</Anchor>
</Traits>
<Actor>geology/metalmine_alpine.xml</Actor>
</Entity>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_geo_mineral">
<Traits>
<Anchor>
<Type>Ground</Type>
<!-- If negative or > 90.0, entity will always conform to terrain (assuming traits.pitch allows it) -->
<ConformX>3.141592</ConformX>
<ConformZ>3.141592</ConformZ>
</Anchor>
</Traits>
<Actor>geology/metalmine_tropic.xml</Actor>
</Entity>
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_geo_rock">
<Traits>
<Anchor>
<Type>Ground</Type>
<!-- If negative or > 90.0, entity will always conform to terrain (assuming traits.pitch allows it) -->
<ConformX>3.141592</ConformX>
<ConformZ>3.141592</ConformZ>
</Anchor>
</Traits>
<Actor>geology/stonemine_tropic.xml</Actor>
</Entity>