Custom Loading Screen

Custom Loading Screen

3M Downloads

Progress bar position doesn't account for resourcepack-added splash logo

Gotolei opened this issue ยท 2 comments

commented

https://i.imgur.com/PWyBvrV.png

Perhaps have it display lower down (at least by default), or detect the dimensions of the image and act accordingly?

commented

Closing this as it doesn't make much sense with a full config file. Although I could have an image constant for visibleWidth, visibleHeight, visibleStartX and visibleStartY to allow this to happen properly. (That probably won't make much sense right now, it's for features in the next minor version)

commented

Might try detecting the image dimensions, but I don't know how that will work with a configuration supplied y offset value (I am working on a build that contains some more config options, and that might be the easiest way of doing it). Or would it make any sense to load the y offset from the resource pack itself (by adding in an assets/betterloadingscreen/config.cfg file, that can be loaded from any resource pack)