pxt-arcade 1.11.11 → 1.11.13

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.
@@ -505,11 +505,11 @@
505
505
  }
506
506
  ],
507
507
  "versions": {
508
- "branch": "v1.11.11",
509
- "tag": "v1.11.11",
510
- "commits": "https://github.com/microsoft/pxt-arcade/commits/2dbabf990f1334eefc2fb1bf72db8883e43aab00",
511
- "target": "1.11.11",
512
- "pxt": "8.4.9"
508
+ "branch": "v1.11.13",
509
+ "tag": "v1.11.13",
510
+ "commits": "https://github.com/microsoft/pxt-arcade/commits/f06379a1f0e4dc00830a4a7be57fec71a6f47560",
511
+ "target": "1.11.13",
512
+ "pxt": "8.4.11"
513
513
  },
514
514
  "blocksprj": {
515
515
  "id": "blocksprj",
@@ -34,23 +34,10 @@ into real world art! Please drop us a message if you know another tool to be add
34
34
  ]
35
35
  ```
36
36
 
37
- ## Toys and Pets
38
-
39
- ```codecard
40
- [
41
- {
42
- "name": "KittyWumpus",
43
- "description": "An adventure companion that joins with you in your game.",
44
- "url": "https://imakeathome.us/kittywumpus",
45
- "imageUrl": "/static/arts-and-crafts/kitty-wumpus.jpg"
46
- }
47
- ]
48
- ```
49
-
50
37
  ## See Also
51
38
 
52
39
  * [Tshirts](/arts-and-crafts/tshirt.md)
53
40
  * [LEGO Bricks Murals](/arts-and-crafts/lego-bricks-murals)
54
41
  * [Laser-cut Stencils](/arts-and-crafts/laser-cut-stencils)
42
+ * [Perler Bead Sprites](/arts-and-crafts/perler-bead-sprites)
55
43
  * [Arcade Stencilr](https://arcade-stencils.glitch.me/)
56
- * [KittyWumpus](https://imakeathome.us/kittywumpus)
package/docs/game-jam.md CHANGED
@@ -28,9 +28,9 @@ Check out the winners of the 4th Official Microsoft MakeCode Game Jam, featuring
28
28
  * name: Flying Through Time
29
29
  * description: Fast and fun, with an incredible soundtrack--use the experimental time wings to swap between past, present, and future as you zip through different landscapes to rescue your friends.
30
30
  * author: lucasmayhew
31
- * url: https://arcade.makecode.com/30418-01173-18811-61378
31
+ * url: https://arcade.makecode.com/29445-50662-54495-27773
32
32
  * cardType: sharedExample
33
- * imageUrl: https://pxt.azureedge.net/api/30418-01173-18811-61378/thumb
33
+ * imageUrl: https://pxt.azureedge.net/api/29445-50662-54495-27773/thumb
34
34
  ---
35
35
  * name: Tomb raider
36
36
  * description: Adventure through an ancient tomb in this tough-as-nails platformer. See if you can find all 13 ancient gems and the 3 exits before collapse!
@@ -96,7 +96,7 @@
96
96
  * [Glitch](https://arcade.makecode.com/39412-25824-36790-82290)
97
97
  * [Last 30 seconds of the universe](https://arcade.makecode.com/84204-53947-81636-40195)
98
98
  * [True Love Time Machine](https://arcade.makecode.com/18329-44039-92547-78466)
99
- * [Flying Through Time](https://arcade.makecode.com/30418-01173-18811-61378)
99
+ * [Flying Through Time](https://arcade.makecode.com/29445-50662-54495-27773)
100
100
  * [Tomb raider](https://arcade.makecode.com/12051-52643-75656-27166)
101
101
  * [The Wanderer](https://arcade.makecode.com/65329-73524-64041-09452)
102
102
  * [Timed Platformer](https://arcade.makecode.com/18905-47762-39268-22513)
@@ -190,7 +190,6 @@
190
190
  * [LEGO Bricks Murals](/arts-and-crafts/lego-bricks-murals)
191
191
  * [Laser-cut Stencils](/arts-and-crafts/laser-cut-stencils)
192
192
  * [Perler Bead Sprites](/arts-and-crafts/perler-bead-sprites)
193
- * [KittyWumpus](https://imakeathome.us/kittywumpus)
194
193
  * [Lessons](/lessons)
195
194
  * [Cherry Pickr](/lessons/cherry-pickr)
196
195
  * [Dance Party](/lessons/dance-party)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-arcade",
3
- "version": "1.11.11",
3
+ "version": "1.11.13",
4
4
  "description": "Small arcade editor for MakeCode",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -33,8 +33,8 @@
33
33
  "typescript": "4.8.3"
34
34
  },
35
35
  "dependencies": {
36
- "pxt-common-packages": "10.2.4",
37
- "pxt-core": "8.4.9"
36
+ "pxt-common-packages": "10.2.5",
37
+ "pxt-core": "8.4.11"
38
38
  },
39
39
  "optionalDependencies": {
40
40
  "pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.10.2"