collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
872 stars 99 forks source link

Create control bar mana/hp globe extension textures #69

Open collinsmith opened 4 years ago

collinsmith commented 4 years ago

In some cases the control bar is compacted in the center making the hp/mana widgets no longer aligned to the left and right edges of the screen. It would be nice at some point to look into adding separate textures that can be appended to their sides in these cases to remove the hard cutoffs. It would be best if they were created using the same palette as the originals.

Clipboard-6

collinsmith commented 3 years ago

https://github.com/mofr/Diablerie has added a version of the texture which includes the extensions. It would need to be cut down to be only the sides marked in white above and converted to be palette-indexed with the original image.

ControlPanel