Skip to content

Commit

Permalink
Chnage
Browse files Browse the repository at this point in the history
  • Loading branch information
Fafnyir committed Sep 16, 2024
1 parent 7df2e68 commit beedc6c
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 37 deletions.
Binary file added AddonLogo.tga
Binary file not shown.
Binary file removed LogoAddon.tga
Binary file not shown.
20 changes: 0 additions & 20 deletions NiceDamage.lua

This file was deleted.

10 changes: 0 additions & 10 deletions NiceDamage.toc

This file was deleted.

17 changes: 17 additions & 0 deletions NicerDamage.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
-- Path to your custom font file
local customFontPath = "Interface\\AddOns\\NicerDamage\\Fonts\\Font.ttf"

-- Function to set the damage font
local function SetCustomDamageFont()
-- Replace the damage font
DAMAGE_TEXT_FONT = customFontPath
end

-- Run the function when the game is loaded
local frame = CreateFrame("Frame")
frame:RegisterEvent("ADDON_LOADED")
frame:SetScript("OnEvent", function(self, event, addonName)
if addonName == "NicerDamage" then
SetCustomDamageFont()
end
end)
9 changes: 9 additions & 0 deletions NicerDamage.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Interface: 110002
## Title: Nicer Damage
## Notes: Changes your damage font to something you might actually like.
## Author: Fafnyir
## Version: 4.0
## IconTexture: Interface\AddOns\NicerDamage\AddonLogo.tga


NicerDamage.lua
Binary file removed fonts/defaultwowfont.ttf
Binary file not shown.
Binary file removed fonts/font1.ttf
Binary file not shown.
Binary file removed fonts/font2.TTF
Binary file not shown.
Binary file removed fonts/font3.TTF
Binary file not shown.
Binary file removed fonts/font4.TTF
Binary file not shown.
Binary file removed fonts/font5.otf
Binary file not shown.
Binary file removed fonts/font6.ttf
Binary file not shown.
Binary file removed fonts/font7.ttf
Binary file not shown.
7 changes: 0 additions & 7 deletions readme.txt

This file was deleted.

0 comments on commit beedc6c

Please sign in to comment.