Tercioo / World-Quest-Tracker

Source code for the biggest world quest addon for World of Warcraft
22 stars 12 forks source link

[Feature Request] Setting for Alpha of "Widgets" and Scale the "Do Animations" Zoom #71

Open fubaWoW opened 1 year ago

fubaWoW commented 1 year ago

hi there, can you maybe add an Optiuon for WorldQuestTrackerAddon.WorldWidgetAlpha and WorldQuestTrackerAddon.WorldWidgetSmallAlpha because there are "hardcoded" and need to be changed in WorldQuestTracker_Initialize.lua on every update ^^

would also be nice if we can change the "Scale" of Zoomed items if "Do Animations" is enabled

not "priority" but it's a "would be nice" thing ;)

thanks!

Tercioo commented 1 year ago

you may add into Details! > Options > Auto Run Code > On Initialization (dropdown at the top left corner) --replace the 0.75 with a value between zero and 1 WorldQuestTrackerAddon.WorldWidgetAlpha = 0.75 WorldQuestTrackerAddon.WorldWidgetSmallAlpha = 0.75

------ Original Message ------ From: "fuba" @.> To: "Tercioo/World-Quest-Tracker" @.> Cc: "Subscribed" @.***> Sent: 04-Dec-22 10:14:02 AM Subject: [Tercioo/World-Quest-Tracker] [Feature Request] Setting for Alpha of "Widgets" and Scale the "Do Animations" Zoom (Issue #71)

hi there, can you maybe add an Optiuon for WorldQuestTrackerAddon.WorldWidgetAlpha and WorldQuestTrackerAddon.WorldWidgetSmallAlpha because there are "hardcoded" and need to be changed in WorldQuestTracker_Initialize.lua on every update ^^

would also be nice if we can change the "Scale" of Zoomed items if "Do Animations" is enabled

not "priority" but it's a "would be nice" thing ;)

thanks!

— Reply to this email directly, view it on GitHub https://github.com/Tercioo/World-Quest-Tracker/issues/71, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEVKWHYCNPNKUJRO7XKEYLWLSKJVANCNFSM6AAAAAASTLHMQY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

fubaWoW commented 1 year ago

yeah i know, already did it in my own settings addon at event "ADDON_LOADED", but would be nice to get it in the "options" panel so it's more "clean" and also a part of the addon itself, especially if someone does not have Details! or any other "Auto Run Code" feature ^^