- Joined
- Dec 16, 2016
- Messages
- 1,049
- Reaction score
- 1,749
- First Language
- English
- Primarily Uses
- N/A
I'm sharing the backgrounds asset pack by Pixel-boy here since they're released under the Creative Commons Zero (CC0) license.
Total of 41 images.
Also I've done some scaling and made sure the backgrounds don't look too blurry. 2 sizes are available: 544x416, 640x360
Probably suitable as pictures, title screens, or image transition for map locations. Not recommended for battle bgs.
Preview
License - Public Domain
Download links:
544x416 - https://www.dropbox.com/s/mv1nhljv90dru54/544x416.zip?dl=1
640x360 - https://www.dropbox.com/s/ur6fidqv65lhs7c/640x360.zip?dl=1
Note:
To change the project screen resolution, paste this code-
above the line of
rgss_main { SceneManager.run }
Which is "Main" script under Main Process from Script Editor
Total of 41 images.
Also I've done some scaling and made sure the backgrounds don't look too blurry. 2 sizes are available: 544x416, 640x360
Probably suitable as pictures, title screens, or image transition for map locations. Not recommended for battle bgs.
Preview


License - Public Domain
Download links:
544x416 - https://www.dropbox.com/s/mv1nhljv90dru54/544x416.zip?dl=1
640x360 - https://www.dropbox.com/s/ur6fidqv65lhs7c/640x360.zip?dl=1
Note:
To change the project screen resolution, paste this code-
Code:
Graphics.resize_screen(640,360)
rgss_main { SceneManager.run }
Which is "Main" script under Main Process from Script Editor