Wallpaper Engine

Wallpaper Engine

Sao Project v2
 このトピックはピン留めされているので、おそらく重要です
ShiroSFX  [開発者] 2023年10月9日 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)
最近の変更はShiroSFXが行いました; 2023年10月9日 11時53分