1
0
forked from 0ad/0ad

#New stone mine

This was SVN commit r4130.
This commit is contained in:
Michael D. Hafer 2006-07-17 19:40:23 +00:00
parent 8fdfb383aa
commit ef03e7aee8

View File

@ -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>0</ConformX>
<ConformZ>3.141592</ConformZ>
</Anchor>
</Traits>
<Actor>geology/stonemine_granite_greek.xml</Actor>
</Entity>