Skip to content

Commit

Permalink
Correct energy cost color
Browse files Browse the repository at this point in the history
  • Loading branch information
lL1l1 committed Feb 13, 2024
1 parent 3933866 commit bb6d0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ui/controls/reticles/teleport.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TeleportReticle = ClassUI(Reticle) {
LayoutHelpers.Below(self.BuildTimeIcon, self.EnergyCostIcon, 4)
LayoutHelpers.RightOf(self.tText, self.BuildTimeIcon, 0)

self.eText:SetColor('ffff00')
self.eText:SetColor('fff7c70f') -- from economy_mini.lua, same color as the energy stored/storage text
end,

---@param self UITeleportReticle
Expand Down

0 comments on commit bb6d0be

Please sign in to comment.