mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-23 14:13:34 +00:00
Changed <icon>'s property 'texture' to 'sprite'. Better late than never.
This was SVN commit r2537.
This commit is contained in:
@@ -100,17 +100,17 @@
|
||||
-->
|
||||
|
||||
<icon name="0ad_icon"
|
||||
texture="0ad_icon"
|
||||
sprite="0ad_icon"
|
||||
size="16 16"
|
||||
/>
|
||||
|
||||
<icon name="bullet_icon"
|
||||
texture="bullet_icon"
|
||||
sprite="bullet_icon"
|
||||
size="8 8"
|
||||
/>
|
||||
|
||||
<icon name="infinity_icon"
|
||||
texture="infinity_icon"
|
||||
sprite="infinity_icon"
|
||||
size="16 16"
|
||||
/>
|
||||
|
||||
@@ -121,31 +121,31 @@
|
||||
-->
|
||||
|
||||
<icon name="icon_resource_food"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="16"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_resource_wood"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="17"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_resource_stone"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="18"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_resource_ore"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="19"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_resource_population"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="20"
|
||||
size="20 20"
|
||||
/>
|
||||
@@ -157,85 +157,85 @@
|
||||
-->
|
||||
|
||||
<icon name="icon_statistic_garrison"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="12"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_rank1"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="9"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_rank2"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="10"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_rank3"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="11"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_hp"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="13"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_accuracy"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="0"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_armour"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="2"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_attack"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="1"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_crush"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="8"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_hack"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="6"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_los"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="3"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_pierce"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="7"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_range"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="5"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
<icon name="icon_statistic_speed"
|
||||
texture="ui_icon_sheet_statistic"
|
||||
sprite="ui_icon_sheet_statistic"
|
||||
cell_id="4"
|
||||
size="20 20"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user