Initial screen field editor. Adding Lego designer assets to legoresources

This commit is contained in:
Sam El-Husseini
2018-01-03 17:20:35 -08:00
parent be398d84ee
commit dde5a35cd9
31 changed files with 120 additions and 2 deletions

View File

@ -151,9 +151,9 @@ namespace brick {
* @param image the image
*/
//% blockId=screen_image_picker block="%image" shim=TD_ID
//% image.fieldEditor="imagedropdown"
//% image.fieldEditor="images"
//% image.fieldOptions.columns=6
//% image.fieldOptions.hasSearchBar=true
//% image.fieldOptions.width=600
//% group="Screen" weight=0 blockHidden=1
export function __imagePicker(image: Image): Image {
return image;