Closed SubordinalBlue closed 1 year ago
Comprises three small commits:
Improves arrow visibility by raising the alpha values it is drawn with.
Fixes the logic of the isHovered test by considering the width and height of the quest. This was done with a terrible hack: hard-coded width and height.
isHovered
Formatting: broke the very long isHovered conditional across multiple lines. Followed Google's Java Style Guide: https://google.github.io/styleguide/javaguide.html#s4.5-line-wrapping
Comprises three small commits:
Improves arrow visibility by raising the alpha values it is drawn with.
Fixes the logic of the
isHovered
test by considering the width and height of the quest. This was done with a terrible hack: hard-coded width and height.Formatting: broke the very long
isHovered
conditional across multiple lines. Followed Google's Java Style Guide: https://google.github.io/styleguide/javaguide.html#s4.5-line-wrapping