Magic_Game/samples/Samples/res/index.xml

20 lines
677 B
XML
Raw Normal View History

<?xml version="1.0"?>
<resources>
<version>0.1</version>
<path>./res/</path>
<images>
<image id="man" file="man.png" />
<image id="monster" file="akushu.png" />
<image id="forest_bg" file="spring_forest.jpg" />
<image id="tiger_standing" file="tiger/stand.png" rows="2" cols="3" />
<image id="tiger_running">
<file path="tiger/run/run01.png"/>
<file path="tiger/run/run02.png"/>
<file path="tiger/run/run03.png"/>
<file path="tiger/run/run04.png"/>
<file path="tiger/run/run05.png"/>
<file path="tiger/run/run06.png"/>
</image>
<image id="Kusanagi" file="Kusanagi.gif" type="gif" />
</images>
</resources>