pxt-core 12.2.31 → 12.3.2

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.
@@ -56,6 +56,16 @@ By default, all shared projects in MakeCode can be copied and edited. There is n
56
56
 
57
57
  ![Edit shared project button](/static/share/edit-shared-project.png)
58
58
 
59
+ ## Asset Packs #asset-packs
60
+
61
+ Certain editors (such as [MakeCode Arcade](https://arcade.makecode.com)) can include resource files inside of projects. The resources, or _assets_, might contain byte respresentations of images, animations, sounds, tilemaps, etc. An **Asset Pack** is a resource only project where just the assets are shared and no code is loaded from the shared project.
62
+
63
+ If this feature is supported by your editor, you can set a project as an asset pack by going to the **Settings** (⚙️) menu and selecting 'Project Settings'. Enable the 'Import as asset pack' setting. Watch this video to see how it's done:
64
+
65
+ https://youtu.be/CjLYl5KJiSk
66
+
67
+ See the [Asset Packs](https://makecode.com/extensions/asset-packs) page to learn more.
68
+
59
69
  ## Report Abuse
60
70
 
61
71
  All MakeCode shared projects pass through Microsoft standard scanning for security and safety compliance. In addition, the "Report Abuse" option is available on any shared project if you deem the contents of the project not appropriate (contains unsafe content or includes personally identifiable information). For these types of projects, the MakeCode Team will remove the project from our databases.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "12.2.31",
3
+ "version": "12.3.2",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",