Dominos

Dominos

19M Downloads

Unable to change Hotkey Stacks font.

ned406 opened this issue ยท 1 comments

commented

Previously adding the

hooksecurefunc(Dominos.BindableButton, "AddQuickBindingSupport", function(self, button)
button.HotKey:SetFont("Fonts\FRIZQT__.ttf", 15, "OUTLINE")

end)

command into my Masque addon would change the font of both the Hotkey and the stacks, but this no longer happens, it only changes the font for the Hotkey.

Do you have any idea how I could make the stacks show the font I want them too Tuller?

commented

Issue fixed, added
hooksecurefunc(Dominos.BindableButton, "AddQuickBindingSupport", function(self, button)
button.Count:SetFont("Fonts\FRIZQT__.ttf", 18, "OUTLINE")
end)