adding led game sprite (#1959)
This commit is contained in:
		@@ -110,7 +110,14 @@
 | 
			
		||||
        "listsBlocks": true,
 | 
			
		||||
        "functionBlocks": true,
 | 
			
		||||
        "functionsOptions": {
 | 
			
		||||
            "useNewFunctions": true
 | 
			
		||||
            "useNewFunctions": true,
 | 
			
		||||
            "extraFunctionEditorTypes": [
 | 
			
		||||
                {
 | 
			
		||||
                    "typeName": "game.LedSprite",
 | 
			
		||||
                    "icon": "send",
 | 
			
		||||
                    "defaultName": "sprite"
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        "onStartColor": "#1E90FF",
 | 
			
		||||
        "onStartNamespace": "basic",
 | 
			
		||||
@@ -287,9 +294,11 @@
 | 
			
		||||
            "simScreenshot",
 | 
			
		||||
            "simGif"
 | 
			
		||||
        ],
 | 
			
		||||
        "bluetoothUartFilters": [{
 | 
			
		||||
            "namePrefix": "BBC micro:bit"
 | 
			
		||||
        }],
 | 
			
		||||
        "bluetoothUartFilters": [
 | 
			
		||||
            {
 | 
			
		||||
                "namePrefix": "BBC micro:bit"
 | 
			
		||||
            }
 | 
			
		||||
        ],
 | 
			
		||||
        "docMenu": [
 | 
			
		||||
            {
 | 
			
		||||
                "name": "Support",
 | 
			
		||||
@@ -448,4 +457,4 @@
 | 
			
		||||
        "simGifMaxFrames": 44,
 | 
			
		||||
        "simScreenshotMaxUriLength": 300000
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user