mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-01 00:06:55 +00:00
8f0439b016
This was SVN commit r18494.
29 lines
751 B
XML
29 lines
751 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<setup>
|
|
<icon name="icon_food"
|
|
sprite="stretched:session/icons/resources/food_small.png"
|
|
size="16 16"
|
|
/>
|
|
<icon name="icon_metal"
|
|
sprite="stretched:session/icons/resources/metal_small.png"
|
|
size="16 16"
|
|
/>
|
|
<icon name="icon_population"
|
|
sprite="stretched:session/icons/resources/population_small.png"
|
|
size="16 16"
|
|
/>
|
|
<icon name="icon_stone"
|
|
sprite="stretched:session/icons/resources/stone_small.png"
|
|
size="16 16"
|
|
/>
|
|
<icon name="icon_wood"
|
|
sprite="stretched:session/icons/resources/wood_small.png"
|
|
size="16 16"
|
|
/>
|
|
<icon name="icon_time"
|
|
sprite="stretched:session/icons/resources/time_small.png"
|
|
size="16 16"
|
|
/>
|
|
</setup>
|