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:
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
|
||||
<!-- $Id: characters.xml,v 1.5 2001/10/25 18:07:13 shaper Exp $ -->
|
||||
|
||||
<!-- Initial test character description data. -->
|
||||
|
||||
<characters>
|
||||
|
||||
<character tsid="1011" frames="5" fps="5" origin="47, 80"/>
|
||||
<character tsid="1012" frames="6" fps="5" origin="47, 80"/>
|
||||
|
||||
</characters>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user