From 10f0441ea416cb3d4823ef85521f8193d86a0172 Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Wed, 9 Feb 2022 10:48:32 -0800 Subject: [PATCH] Adding new turkey and racer badges to default list --- pxtarget.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pxtarget.json b/pxtarget.json index b79613b6296..c9d336c9e1b 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -673,6 +673,22 @@ "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/shark", "type": "skillmap-completion", "title": "Shark Splash" + }, + { + "id": "skillmap-completion-monster racer", + "image": "/static/badges/badge-racer.png", + "lockedImage": "/static/badges/badge-racer-locked.png", + "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/racer", + "type": "skillmap-completion", + "title": "Monster Racer" + }, + { + "id": "skillmap-completion-turkey", + "image": "/static/badges/badge-turkey.png", + "lockedImage": "/static/badges/badge-turkey-locked.png", + "sourceURL": "https://www.makecode.com/api/md/arcade/skillmap/turkey", + "type": "skillmap-completion", + "title": "Turkey Day" } ] }