Wallpaper Engine

Wallpaper Engine

Sao Project v2
 Este tópico foi afixado, portanto deve ser importante
ShiroSFX  [developer] 9 out. 2023 às 11:46
Add your wallpapers / backgrounds
You can add your own wallpaper/background by doing:



Before starting, here some path you will use (found at root of this theme):
/img/
/project.json




1 - You can add your own background in the "img" folder, make sure its in ".jpg" format (I hard coded it)

2 - Go to line 600 in the "project.json" file

3 - You will found things like:
{ "label": "NAME_SHOWN_ON_WE", "value": "bgXX" }
NAME_SHOWN_ON_WE: Explicit, write the text you want to find in WE
bgXX: Here is your filename, if your filename is "abcdefg.jpg", write "abcdefg"

4 - Add this snippet with your values after the last one

5 - Make sure before the " { " to have the " , ". (like the previous one)

6 - Save the file

7 - Done! (repeat for all the file you want)
Última alteração por ShiroSFX; 9 out. 2023 às 11:53