Madis0 / OneBar

A Minecraft HUD mod for Fabric Loader
Other
7 stars 2 forks source link

Gradient support #37

Closed Madis0 closed 1 year ago

Madis0 commented 1 year ago

Top-to-bottom gradients might actually be relatively easy to support if I just wrap the fill command into a method. Then if the user enables gradients, it would be used for all bars. The main question would me gradient colors, but I assume that can be done by applying a modifier to all colors, e.g. +50 would lighten and -50 would darken from the base color.

Madis0 commented 1 year ago

Added in 3.2.0.