Add new animation types configuration setting #315
Labels
enhancement
New feature or request
hacktoberfest
This issue qualifies for the hacktoberfest event
help wanted
Extra attention is needed
java
Pull requests that update Java code
up for grabs
Any issue that is up for grabs
Milestone
Feature Reasoning
A new feature being introduced in v2.0.0 is the hydrate animation feature. Right now, there is only the option to enable/disable the animation setting. It would be nice to also have the ability to set which animation gets played on every hydrate interval.
Feature Description
Add a new configuration option
Animation type
which contains a dropdown of animation options. For a temporary second option,AnimationID.COOKING_WINE
can be used for now.For this feature, it would be good to create a new enum
HydrateReminderAnimations
similar toHydrateReminderTimerImages
as well. Other new classes may need to be created as well such as a handler/provider class.Additional Context
Please refer to CONTRIBUTING.md for info on how to setup, build, run, and test this project.
The text was updated successfully, but these errors were encountered: