1
0
forked from 0ad/0ad

skeletons.xml addition

This was SVN commit r9288.
This commit is contained in:
Pureon 2011-04-20 19:43:59 +00:00
parent 91ad17c685
commit 02d7fd1ed8

View File

@ -726,4 +726,21 @@ This skeleton is for the deer and any other similiar shaped animals with the exa
</bone> </bone>
</skeleton> </skeleton>
<standard_skeleton title="Rowing Boat" id="rowingboat">
<bone name="RowingBoatBone">
<bone name="RightRow"></bone>
<bone name="LeftRow"></bone>
</bone>
</standard_skeleton>
<skeleton title="Rowing Boat" target="rowingboat">
<identifier>
<root>RowingBoat</root>
</identifier>
<bone name="RowingBoatBone"><target>RowingBoatBone</target>
<bone name="RightRow"><target>RightRow</target></bone>
<bone name="LeftRow"><target>LeftRow</target></bone>
</bone>
</skeleton>
</skeletons> </skeletons>