17 lines
945 B
XML
Executable file
17 lines
945 B
XML
Executable file
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextureAtlas>
|
|
<Texture>images/SpriteSheet_enemies</Texture>
|
|
<Regions>
|
|
<Region name="lurk-lit" x="0" y="0" width="240" height="240"/>
|
|
<Region name="lurk-unlit" x="240" y="0" width="240" height="240"/>
|
|
<Region name="neko-lit" x="0" y="240" width="240" height="240"/>
|
|
<Region name="neko-unlit" x="240" y="240" width="240" height="240"/>
|
|
<Region name="spot-awake-lit" x="0" y="480" width="240" height="240"/>
|
|
<Region name="spot-awake-unlit" x="240" y="480" width="240" height="240"/>
|
|
<Region name="spot-asleep-lit" x="0" y="720" width="240" height="240"/>
|
|
<Region name="spot-asleep-unlit" x="240" y="720" width="240" height="240"/>
|
|
<Region name="dash" x="0" y="960" width="240" height="240"/>
|
|
<Region name="mare-lit" x="0" y="1200" width="240" height="240"/>
|
|
<Region name="mare-unlit" x="240" y="1200" width="240" height="240"/>
|
|
</Regions>
|
|
</TextureAtlas>
|