1
0
forked from 0ad/0ad

Temporary animal entities for Matei's RM development.

This was SVN commit r2542.
This commit is contained in:
Acumen 2005-07-25 03:04:02 +00:00
parent 661114e7a1
commit 0014fe0e27
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_fauna">
<Actor>fauna/temp_deer1.xml</Actor>
</Entity>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_fauna">
<Actor>fauna/temp_pig1.xml</Actor>
</Entity>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_fauna">
<Actor>fauna/temp_rabbit1.xml</Actor>
</Entity>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Parent="template_gaia_fauna">
<Actor>fauna/temp_sheep1.xml</Actor>
</Entity>