-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bar updates #4
Comments
|
Expanding on 3rd bar anchor.
|
For ages, The "style" of bar has been DBM (Classic) and Simple (No animation) But in reality the drop down toggles two behaviors not one, an these need to be split
|
This would need to be coded a particular way do to fact we don't want to break bar methods like GetRemaining or GetTime as these would fail if bar doesn't exist, we want hidden bars to exist so it's more likely we'll just set the transparency to fully transparent so they are effectively invisible. The way I propose is added the code to the Bar sorting method which already has information like number of bars, and after sorting them could simply go "and now bars n+ in table should be fully transparent" As long as sort function is called on any bar being expired or added (and i think it already is) this would work just fine. |
Tracking list for bar releated features todo;
The text was updated successfully, but these errors were encountered: