adding led game sprite (#1959)

This commit is contained in:
Peli de Halleux 2019-04-04 13:41:28 -07:00 committed by GitHub
parent 209cedf09d
commit b611909d99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,14 @@
"listsBlocks": true, "listsBlocks": true,
"functionBlocks": true, "functionBlocks": true,
"functionsOptions": { "functionsOptions": {
"useNewFunctions": true "useNewFunctions": true,
"extraFunctionEditorTypes": [
{
"typeName": "game.LedSprite",
"icon": "send",
"defaultName": "sprite"
}
]
}, },
"onStartColor": "#1E90FF", "onStartColor": "#1E90FF",
"onStartNamespace": "basic", "onStartNamespace": "basic",
@ -287,9 +294,11 @@
"simScreenshot", "simScreenshot",
"simGif" "simGif"
], ],
"bluetoothUartFilters": [{ "bluetoothUartFilters": [
"namePrefix": "BBC micro:bit" {
}], "namePrefix": "BBC micro:bit"
}
],
"docMenu": [ "docMenu": [
{ {
"name": "Support", "name": "Support",
@ -448,4 +457,4 @@
"simGifMaxFrames": 44, "simGifMaxFrames": 44,
"simScreenshotMaxUriLength": 300000 "simScreenshotMaxUriLength": 300000
} }
} }