Background - Pico8430/PsychEngineScriptsIUse GitHub Wiki
Yeh, backgrounds, the most important thing a mod needs for it to be good. How do we put backgrounds on our mods?
File directory
File info
- BackgroundStuff.json
This file its usefull for it to run correctly the background.
- BackgroundStuff.lua
This is needed for your background image and name, make sure you have the files named as you want, and copy the name and replace the background that is already on the code with your background.
Background image
-
Your background image needs to be 2560 x 1400 pixels
-
Your background needs to be named as the same as your background files.
-
Also needed to be .png
We all know how this works.
Do not
Change something on the code, it will broke
Put a background that doesnt exist
Delete the .json file, some people might found it useless.
I wonder why.