77 lines
2.5 KiB
XML
77 lines
2.5 KiB
XML
<?xml version="1.0" standalone="yes"?>
|
|
<!-- $Id: actions.xml 1548 2002-06-26 23:53:07Z mdb $ -->
|
|
|
|
<!-- test component action definitions -->
|
|
<actions>
|
|
<!-- these are isometrically offset (SOUTH became SOUTHWEST, etc.) -->
|
|
<action name="standing">
|
|
<framesPerSecond>5</framesPerSecond>
|
|
<origin>50,112</origin>
|
|
<orients>SW, W, NW, N, NE, E, SE, S</orients>
|
|
<tileset>
|
|
<heights>160, 160, 160, 160, 160, 160, 160, 160</heights>
|
|
<widths>100, 100, 100, 100, 100, 100, 100, 100</widths>
|
|
<tileCounts>1, 1, 1, 1, 1, 1, 1, 1</tileCounts>
|
|
<offsetPos>0, 0</offsetPos>
|
|
<gapSize>0, 0</gapSize>
|
|
</tileset>
|
|
</action>
|
|
|
|
<action name="walking">
|
|
<framesPerSecond>7.3</framesPerSecond>
|
|
<origin>50,112</origin>
|
|
<orients>SW, W, NW, N, NE, E, SE, S</orients>
|
|
<tileset>
|
|
<heights>160, 160, 160, 160, 160, 160, 160, 160</heights>
|
|
<widths>100, 100, 100, 100, 100, 100, 100, 100</widths>
|
|
<tileCounts>6, 6, 6, 6, 6, 6, 6, 6</tileCounts>
|
|
<offsetPos>0, 0</offsetPos>
|
|
<gapSize>0, 0</gapSize>
|
|
</tileset>
|
|
</action>
|
|
|
|
<action name="behind_back">
|
|
<framesPerSecond>5</framesPerSecond>
|
|
<origin>50,112</origin>
|
|
<orients>SW, W, NW, N, NE, E, SE, S</orients>
|
|
<tileset>
|
|
<heights>160, 160, 160, 160, 160, 160, 160, 160</heights>
|
|
<widths>100, 100, 100, 100, 100, 100, 100, 100</widths>
|
|
<tileCounts>1, 1, 1, 1, 1, 1, 1, 1</tileCounts>
|
|
<offsetPos>0, 0</offsetPos>
|
|
<gapSize>0, 0</gapSize>
|
|
</tileset>
|
|
</action>
|
|
|
|
<!-- these are not isometrically offset -->
|
|
<action name="sailing">
|
|
<framesPerSecond>8</framesPerSecond>
|
|
<origin>87,80</origin>
|
|
<orients>
|
|
S, SSW, SW, WSW, W, WNW, NW, NNW, N, NNE, NE, ENE, E, ESE, SE, SSE
|
|
</orients>
|
|
<tileset>
|
|
<widths>168, 168, 168, 168, 168, 168, 168, 168</widths>
|
|
<heights>128, 128, 128, 128, 128, 128, 128, 128</heights>
|
|
<tileCounts>12, 12, 12, 12, 12, 12, 12, 12</tileCounts>
|
|
<offsetPos>0, 0</offsetPos>
|
|
<gapSize>0, 0</gapSize>
|
|
</tileset>
|
|
</action>
|
|
|
|
<action name="sailing_small">
|
|
<framesPerSecond>8</framesPerSecond>
|
|
<origin>42,34</origin>
|
|
<orients>
|
|
S, SSW, SW, WSW, W, WNW, NW, NNW, N, NNE, NE, ENE, E, ESE, SE, SSE
|
|
</orients>
|
|
<tileset>
|
|
<widths>84, 84, 84, 84, 84, 84, 84, 84</widths>
|
|
<heights>64, 64, 64, 64, 64, 64, 64, 64</heights>
|
|
<tileCounts>2, 2, 2, 2, 2, 2, 2, 2</tileCounts>
|
|
<offsetPos>0, 0</offsetPos>
|
|
<gapSize>0, 0</gapSize>
|
|
</tileset>
|
|
</action>
|
|
</actions>
|