OpenMiner/resources/config/textures.xml
2020-07-17 19:58:45 +02:00

13 lines
804 B
XML

<textures>
<texture name="block_destroy" path="resources/textures/block_destroy.png" />
<texture name="font" path="resources/textures/font.png" />
<texture name="menu_background" path="resources/textures/menu_background.png" repeat="true" />
<texture name="moon_phases" path="resources/textures/moon_phases.png" />
<texture name="player" path="resources/textures/player.png" />
<texture name="sun" path="resources/textures/sun.png" />
<texture name="title_screen" path="resources/textures/title_screen.png" />
<texture name="toasts" path="resources/textures/toasts.png" />
<texture name="widgets" path="resources/textures/widgets.png" />
<texture name="world_icon" path="resources/textures/world_icon.png" />
</textures>