-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added missing updates
- Loading branch information
Showing
11 changed files
with
305 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--------------------------------------------------------------------------------------------- | ||
-- AddOn Name: AsphyxiaUI 6.0.0 | ||
-- License: MIT | ||
-- Author: Sinaris @ Das Syndikat, Vaecia @ Blackmoore | ||
-- Description: AsphyxiaUI, Editied Tukui Layout | ||
--------------------------------------------------------------------------------------------- | ||
|
||
local S, C, L, G = unpack( Tukui ) | ||
|
||
if( C["global"]["globalstyle"] ~= "vethek" ) then return end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--------------------------------------------------------------------------------------------- | ||
-- AddOn Name: AsphyxiaUI 6.0.0 | ||
-- License: MIT | ||
-- Author: Sinaris @ Das Syndikat, Vaecia @ Blackmoore | ||
-- Description: AsphyxiaUI, Editied Tukui Layout | ||
--------------------------------------------------------------------------------------------- | ||
|
||
local S, C, L, G = unpack( Tukui ) | ||
|
||
if( C["global"]["globalstyle"] ~= "vethek" ) then return end | ||
|
||
G.Maps.Minimap:ClearAllPoints() | ||
|
||
G.Maps.Minimap:ClearAllPoints() | ||
G.Maps.Minimap:Point( "BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -5, 26 ) | ||
|
||
G.Maps.Minimap:Size( 154 ) | ||
|
||
Minimap:Size( 150 ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<Ui xmlns="http://www.blizzard.com/wow/ui/"> | ||
<Script file="Minimap.lua" /> | ||
<Script file="Asphyxia\Minimap.lua" /> | ||
<Script file="Vethek\Minimap.lua" /> | ||
</Ui> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.