Skip to content

Commit

Permalink
Adjust BG and position settings in Style.lua for Fel theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed May 16, 2024
1 parent 976a380 commit ae3a6c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Themes/Fel/Style.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ function module:OnInitialize()
BG = {
texture = 'Interface\\AddOns\\SpartanUI\\Themes\\Fel\\Images\\Minimap-Engulfed',
size = { 220, 220 },
position = 'CENTER,Minimap,CENTER,-2,-36',
position = 'CENTER,Minimap,CENTER,5,25',
-- position = { 'TOPLEFT,Minimap,TOPLEFT,-2,-4', 'BOTTOMRIGHT,Minimap,BOTTOMRIGHT,2,4' },
},
position = 'CENTER,SUI_Art_Fel_Left,RIGHT,0,0',
position = 'CENTER,SUI_Art_Fel_Left,RIGHT,0,-10',
engulfed = true,
}
SUI:GetModule('Module_Minimap'):Register('Fel', minimapSettings)
Expand Down

0 comments on commit ae3a6c6

Please sign in to comment.