*** empty log message ***
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@639 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<!-- $Id: actions.xml,v 1.1 2001/11/27 08:06:57 mdb Exp $ -->
|
||||
|
||||
<!-- test component action definitions -->
|
||||
<actions>
|
||||
<action name="standing">
|
||||
<framesPerSecond>5</framesPerSecond>
|
||||
<origin>47,80</origin>
|
||||
<tileset>
|
||||
<heights>94, 94, 94, 94, 94, 94, 94, 94</heights>
|
||||
<widths>94, 94, 94, 94, 94, 94, 94, 94</widths>
|
||||
<tileCounts>1, 1, 1, 1, 1, 1, 1, 1</tileCounts>
|
||||
<offsetPos>1, 1</offsetPos>
|
||||
<gapDist>39, 18</gapDist>
|
||||
</tileset>
|
||||
</action>
|
||||
|
||||
<action name="walking">
|
||||
<framesPerSecond>5</framesPerSecond>
|
||||
<origin>47,80</origin>
|
||||
<tileset>
|
||||
<heights>94, 94, 94, 94, 94, 94, 94, 94</heights>
|
||||
<widths>94, 94, 94, 94, 94, 94, 94, 94</widths>
|
||||
<tileCounts>6, 6, 6, 6, 6, 6, 6, 6</tileCounts>
|
||||
<offsetPos>1, 1</offsetPos>
|
||||
<gapDist>39, 18</gapDist>
|
||||
</tileset>
|
||||
</action>
|
||||
</actions>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<!-- $Id: classes.xml,v 1.1 2001/11/27 08:06:57 mdb Exp $ -->
|
||||
|
||||
<!-- test component class definitions -->
|
||||
<classes>
|
||||
<class name="hat" renderPriority="1"/>
|
||||
<class name="torso" renderPriority="0"/>
|
||||
</classes>
|
||||
@@ -0,0 +1,2 @@
|
||||
*.jar
|
||||
*.map
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -1,7 +1,11 @@
|
||||
#
|
||||
# $Id: manager.properties,v 1.1 2001/11/21 02:42:16 mdb Exp $
|
||||
# $Id: manager.properties,v 1.2 2001/11/27 08:06:57 mdb Exp $
|
||||
#
|
||||
# Test resource manager configuration
|
||||
|
||||
# used to test the BundledTileSetRepository
|
||||
resource.set.bundle_test = rsrc/media/tools/tile/bundle.jar
|
||||
|
||||
# used to test the BundledComponentRepository
|
||||
resource.set.components = rsrc/bundles/components/pirate/metadata.jar:\
|
||||
rsrc/bundles/components/pirate/components.jar
|
||||
|
||||
Reference in New Issue
Block a user