pxt-common-packages 10.1.2 → 10.1.3

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.
@@ -2468,7 +2468,7 @@ var pxsim;
2468
2468
  this.setSystemKeys(80, // P - Screenshot
2469
2469
  82, // R - Gif
2470
2470
  192, // Menu - '`' (backtick) button
2471
- 50 // Reset - Backspace button
2471
+ 8 // Reset - Backspace button
2472
2472
  );
2473
2473
  // Player 1 alternate mapping. This is cleared when the game sets any player keys explicitly
2474
2474
  this.altmap[38] = Key.Up; // UpArrow
@@ -90,7 +90,7 @@ namespace pxsim {
90
90
  80, // P - Screenshot
91
91
  82, // R - Gif
92
92
  192, // Menu - '`' (backtick) button
93
- 50 // Reset - Backspace button
93
+ 8 // Reset - Backspace button
94
94
  );
95
95
 
96
96
  // Player 1 alternate mapping. This is cleared when the game sets any player keys explicitly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-common-packages",
3
- "version": "10.1.2",
3
+ "version": "10.1.3",
4
4
  "description": "Microsoft MakeCode (PXT) common packages",
5
5
  "keywords": [
6
6
  "MakeCode",