lumien231 / Custom-Main-Menu

A mod that allows you to modify the minecraft main menu
MIT License
67 stars 37 forks source link

Question about slideshows #411

Open pjindras opened 4 years ago

pjindras commented 4 years ago

Hey hello, i have a question about slideshows Must it be background or could it be in normal image (not background)

like a:

"slideshow": { "image" : "", "slideshow" : { "images" : ["hexx_resources:test.png","hexx_resources:test1.png","hexx_resources:test3.png"], "displayDuration" : 100, "fadeDuration" : 40, "posX" : 0, "posY" : 0, "width" : 192, "height" : 101, "imageHeight" : 1920, "imageWidth" : 1012, "alignment" : "right_center" } },

or

"slideshow": { "image" : "", "posX" : 0, "posY" : 0, "width" : 192, "height" : 101, "imageHeight" : 1920, "imageWidth" : 1012, "alignment" : "right_center", "slideshow" : { "images" : ["hexx_resources:test.png","hexx_resources:test1.png","hexx_resources:test3.png"], "displayDuration" : 100, "fadeDuration" : 40 } },

Thanks

pjindras commented 4 years ago

ah wait

https://pastebin.com/B2VtFcwC

that looks better