Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaris committed Sep 7, 2012
1 parent 8a4dd89 commit ef3a0a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AsphyxiaUI/Modules/Skins/Addons/TinyDPS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ frame:SetScript( "OnEvent", function( self, event )
tdps.barHeight = 16
tdps.hideOOC = true
tdps.showMinimapButton = false
font.name = C["media"]["pixelfont"]
font.name = C["media"]["asphyxia"]
font.size = 12
font.outline = "MONOCHROMEOUTLINE"
end
Expand Down
1 change: 1 addition & 0 deletions AsphyxiaUI/Modules/Skins/Addons/load_addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<Script file="BigWigs.lua" />
<Script file="DBM.lua" />
<Script file="Omen.lua" />
<Script file="TinyDPS.lua" />
</Ui>
1 change: 1 addition & 0 deletions AsphyxiaUI_Config/Config/Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ C["addonskins"] = {
["bigwigs"] = true,
["dbm"] = true,
["omen"] = true,
["tinydps"] = true,
}

C["global"] = {
Expand Down

0 comments on commit ef3a0a2

Please sign in to comment.