Skip to content

Commit

Permalink
Adjust unit ranting text on the end of mythic+ frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Sep 21, 2024
1 parent ee2dd1d commit 72cd0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frames/window_mythicplus/window_end_of_run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,8 @@ local createPlayerBanner = function(parent, name, index)
detailsFramework:CreateFlashAnimation(flashTexture)
--flashTexture:Flash(0.1, 0.5, 0.01)

local rantingLabel = detailsFramework:CreateLabel(playerBanner, "", 16, "green")
rantingLabel:SetPoint("right", playerBanner, "left", -154, 0)
local rantingLabel = detailsFramework:CreateLabel(playerBanner, "", 14, "green")
rantingLabel:SetPoint("right", playerBanner, "left", -144, 0)
playerBanner.RantingLabel = rantingLabel

local waitingForLootDotsAnimationLabel = detailsFramework:CreateLabel(playerBanner, "...", 20, "silver") --~dots
Expand Down

0 comments on commit 72cd0c5

Please sign in to comment.