@robotical/martyblocksjr 3.5.20 → 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,9 +80,12 @@ 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 background uploads
83
+ ## Custom asset uploads
84
84
 
85
- When the project editor background library is open you can now add your own images directly from disk. Click the new upload button (next to the paintbrush) and pick any PNG, JPG, or SVG file. ScratchJr will scale the image to fit the stage, store it in your user library, and immediately apply it to the current page, so it behaves just like any other background and can be edited in the paint editor later.
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.
86
89
 
87
90
  ## GitHub Actions
88
91