Skip to content

Commit

Permalink
2.87
Browse files Browse the repository at this point in the history
  • Loading branch information
Gennoken committed Aug 13, 2024
1 parent f3b7bb1 commit 60f26fb
Show file tree
Hide file tree
Showing 28 changed files with 38,567 additions and 42,993 deletions.
4 changes: 2 additions & 2 deletions ElvUI_GennUI/ElvUI_GennUI.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100206
## Interface: 110002
## Title: |cff1784d1ElvUI |cffc31f3bGennUI
## Author: Gennoken
## Version: 2.86
## Version: 2.87
## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken.
## RequiredDeps: ElvUI
## DefaultState: Enabled
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 30403
## Interface: 40400
## Title: |cff1784d1ElvUI |cffc31f3bGennUI |cff1784d1Wrath
## Author: Gennoken
## Version: 2.86
## Version: 2.87
## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken.
## RequiredDeps: ElvUI
## DefaultState: Enabled
Expand Down
4 changes: 2 additions & 2 deletions ElvUI_GennUI/ElvUI_GennUI_Classic.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 11500
## Interface: 11503
## Title: |cff1784d1ElvUI |cffc31f3bGennUI |cff1784d1Classic
## Author: Gennoken
## Version: 2.86
## Version: 2.87
## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken.
## RequiredDeps: ElvUI
## DefaultState: Enabled
Expand Down
12 changes: 6 additions & 6 deletions ElvUI_GennUI/addons/BattleGroundEnemies.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ BattleGroundEnemiesDB = {
["Enabled"] = false,
},
["healthBar"] = {
["Texture"] = "GennUI",
["Texture"] = "GennUI B",
},
["Power"] = {
["Enabled"] = false,
Expand Down Expand Up @@ -151,12 +151,12 @@ BattleGroundEnemiesDB = {
["JustifyH"] = "RIGHT",
["FontOutline"] = "OUTLINE",
},
["Texture"] = "GennUI",
["Texture"] = "GennUI B",
["HealthTextEnabled"] = false,
},
["Power"] = {
["Height"] = 4,
["Texture"] = "GennUI",
["Texture"] = "GennUI B",
},
["PriorityDebuffs"] = {
["Enabled"] = false,
Expand Down Expand Up @@ -293,7 +293,7 @@ BattleGroundEnemiesDB = {
["Enabled"] = false,
},
["healthBar"] = {
["Texture"] = "GennUI",
["Texture"] = "GennUI B",
},
["Power"] = {
["Enabled"] = false,
Expand Down Expand Up @@ -462,11 +462,11 @@ BattleGroundEnemiesDB = {
["FontOutline"] = "OUTLINE",
},
["HealthTextEnabled"] = false,
["Texture"] = "GennUI",
["Texture"] = "GennUI B",
},
["Power"] = {
["Height"] = 4,
["Texture"] = "GennUI",
["Texture"] = "GennUI B",
},
["PriorityDebuffs"] = {
["Enabled"] = false,
Expand Down
2 changes: 1 addition & 1 deletion ElvUI_GennUI/addons/Capping.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CappingSettings = {
},
["width"] = 240,
["font"] = "GennUI",
["barTexture"] = "GennUI",
["barTexture"] = "GennUI B",
["barOnControl"] = "NONE",
},
},
Expand Down
4 changes: 2 additions & 2 deletions ElvUI_GennUI/addons/DBM.lua
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ DBT_AllPersistentOptions = {
["EndColorIR"] = 0.047,
["DynamicColor"] = true,
["EndColorRR"] = 0.11,
["Texture"] = "Interface\\AddOns\\ElvUI_GennUI\\media\\textures\\GennUI.tga",
["Texture"] = "Interface\\AddOns\\ElvUI_GennUI\\media\\textures\\GennUI_B.tga",
["BarStyle"] = "NoAnim",
["EnlargeBarTime"] = 11,
["Spark"] = true,
Expand Down Expand Up @@ -413,7 +413,7 @@ DBT_AllPersistentOptions = {
["EndColorIR"] = 0.047,
["DynamicColor"] = true,
["EndColorRR"] = 0.11,
["Texture"] = "Interface\\AddOns\\ElvUI_GennUI\\media\\textures\\GennUI.tga",
["Texture"] = "Interface\\AddOns\\ElvUI_GennUI\\media\\textures\\GennUI_B.tga",
["BarStyle"] = "NoAnim",
["EnlargeBarTime"] = 11,
["Spark"] = true,
Expand Down
Loading

0 comments on commit 60f26fb

Please sign in to comment.