Abstracted character-sprite-related activity to the cast package in

preparation for character component compositing and other
character-related antics.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@575 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-10-26 01:17:22 +00:00
parent cf51ce8a9c
commit d102a47f13
26 changed files with 923 additions and 307 deletions
+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0" standalone="yes"?>
<!-- $Id: components.xml,v 1.1 2001/10/26 01:17:21 shaper Exp $ -->
<!-- Initial test character component description data. -->
<charactercomponents>
<componenttypes>
<type ctid="1" frames="5" fps="5" origin="47, 80"/>
<type ctid="2" frames="6" fps="5" origin="47, 80"/>
</componenttypes>
<components>
<component cid="1011" ctid="1"/>
<component cid="1012" ctid="2"/>
</components>
</charactercomponents>