#✅ | loading image

1 messages · Page 1 of 1 (latest)

hasty crag
#

how do i set a image as a loading screen?

clever lichenBOT
#

I’m checking the Drippy docs for the exact steps to set a custom loading image 🎨🛠️

#

Found the docs steps 👍 It’s basically: open Drippy’s loading-screen layout, add an Image element, and point it at a file in config/fancymenu/assets/.

clever lichenBOT
# hasty crag how do i set a image as a loading screen?

Yep 🙂 Here’s the usual way to do it in Drippy Loading Screen:

  1. Put your image in:
    config/fancymenu/assets/

    • PNG is the safest choice.
  2. Open Minecraft → go to the main menu → click the Drippy loading screen button.

    • If you don’t see it, toggle FancyMenu’s overlay with Ctrl + Alt + C.
  3. In the top menu:

    • Customization → Current Screen Customization → Enabled
    • Layouts → New → For Current Screen
  4. In the layout editor:

    • Right-click the empty background
    • New Element → Image
  5. Set the image file:

    • Right-click the image element
    • Image Source
    • Choose Local
    • Pick your file from config/fancymenu/assets/
  6. Resize/position it to cover the screen if needed.

If you want, you can also remove the vanilla progress bar so only your image shows.
If you get stuck, send me a screenshot of the editor and I’ll point out exactly what to click 😄

hasty crag
#

how should i save this?

clever lichenBOT
#

I’m checking the docs for the exact save/export step on this editor screen 💾🙂

clever lichenBOT
# hasty crag how should i save this?

Save it with Layout → Save in the top bar, or just press Ctrl + S 💾

After that, the “Unsaved Changes” text should disappear, which means it’s saved.

If you meant the actual image file itself, save that as a normal PNG and put it in config/fancymenu/assets/ 🙂

#

✅ | loading image