@robotical/martyblocksjr 3.5.19 → 3.5.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -80,6 +80,13 @@ All changes should be made in a fork. Before making a pull request, ensure all c
|
|
|
80
80
|
|
|
81
81
|
For more information, see [CONTRIBUTING.md](https://github.com/LLK/scratchjr/blob/develop/.github/CONTRIBUTING.md).
|
|
82
82
|
|
|
83
|
+
## Custom asset uploads
|
|
84
|
+
|
|
85
|
+
The asset libraries now support importing media from disk:
|
|
86
|
+
|
|
87
|
+
- **Backgrounds:** Open the background library, click the upload button next to the paintbrush, and choose any PNG, JPG, or SVG. ScratchJr scales it to the stage, saves it to your user backgrounds, and applies it to the current page so you can edit it later in the paint editor.
|
|
88
|
+
- **Characters:** Open the character library and use the same upload button to add a sprite image. Supported formats (PNG/JPG/SVG) are scaled for the stage, stored in your user characters, and dropped into the project immediately.
|
|
89
|
+
|
|
83
90
|
## GitHub Actions
|
|
84
91
|
|
|
85
92
|
### Versioning
|