Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
New Icon from Stan for Crush Damage Resitance Status
Browse files Browse the repository at this point in the history
  • Loading branch information
LangLangBart committed Mar 8, 2022
1 parent 84f3938 commit f7c332d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified art/textures/ui/session/icons/res_crush.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gui/session/counters/Counters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<object name="resourceBoon[n]" type="button" style="resourceCounter" tooltip_style="sessionToolTipCircleBottom">
<object size="5 2 40 40" type="image" name="resourceBoon[n]_icon" ghost="true" />
<object size="40 0 100 40" type="text" style="resourceTextCounter" name="resourceBoon[n]_count" />
<object size="107 8 132 30" type="text" style="resourceGathererCounts" name="resourceBoon[n]_stats" />
<object size="107 10 132 32" type="text" style="resourceGathererCounts" name="resourceBoon[n]_stats" />
<object size="0 0 100% 1" type="image" sprite="color:118 118 118 50" name="resourceBoon[n]_line" />
</object>
</repeat>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<!-- Resitance: Right-hand side -->
<repeat count="3">
<object name="RHS[n]" size="50%+10 60 100% 88">
<object size="0 0 23 25" name="RHSIcon[n]" type="image" sprite="stretched:session/icons/stances/defensive.png" tooltip_style="sessionToolTipInstantly"/>
<object size="1 0 22 25" name="RHSIcon[n]" type="image" sprite="stretched:session/icons/stances/defensive.png" tooltip_style="sessionToolTipInstantly"/>
<object size="21 0 100% 100%" name="RHSText[n]" type="text" style="statsTextLeft">
</object>
</object>
Expand Down
6 changes: 3 additions & 3 deletions gui/session/stats/BoonGUIStatsTopPanelRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ class BoonGUIStatsTopPanelRow
setStringTags(popCount, { "color": popCountColor }) + "/" +
setStringTags(popLimit, { "color": popLimitColor });
}
tooltip += "Current" + `${popCount}\n`;
tooltip += "Limit" + g_Indent + `${popLimit}\n`;
tooltip += "Max" + g_Indent + " " + `${popMax}`;
tooltip += "Current" + g_Indent + `${popCount}\n`;
tooltip += "Limit" + g_Indent + g_Indent + `${popLimit}\n`;
tooltip += "Max" + g_Indent + g_Indent + " " + `${popMax}`;

this.pop.tooltip = tooltip;

Expand Down

0 comments on commit f7c332d

Please sign in to comment.