forked from runelite/runelite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Farming Plugin: - Redid the layout, coloring and positioning on the FarmingTrackerPanel to include my new MaterialTabs. - Added section divider labels in the special and tree tabs. - Hid the patch type indicator for some patches (explained in docs). - Added patch names for all instances of FarmingPatch (previously only a portion of them were written for a hack that is no longer necessary). - Created getName() method in PatchImplementation that returns the patch type's name in a formatted style (SPIRIT_TREE -> Spirit Tree). - Created a new tab for bushes. MaterialTabs: - Added onSelectEvent runnable to MaterialTab. - Added horizontal gap to the tabs. - Added getTab() method that returns a tab on a given index. CustomScrollBarUI: - Added functionality to allow the ui colors to be changed from an external call. (setters) ColorScheme: - Created color constants in the ColorScheme file for the progresss bar backgrounds and used them in the CropState enum.
- Loading branch information
Showing
9 changed files
with
229 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.