Swap X/y in images (#528)
* Swap X/Y in image encoding * Fix PNG decoder * Now really fix png * reducing deps * moving png.cpp into ev3 * bumped pxt * updated shims * fixing c++ compilation * updated shims * Fix pixel order * update pxt * Fix C++ image decoding * Add expanded PNG images * Generate E1 format images (in libs/ev3 run 'pxt buildsprites images') * Go back to white background * Remove PNG support
This commit is contained in:
committed by
Peli de Halleux
parent
95ab3be26e
commit
8ed79e7133
@ -1,229 +1,228 @@
|
||||
namespace images {
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsBigSmile = image.unpackPNG(hex``);
|
||||
export const expressionsBigSmile = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsHeartLarge = image.unpackPNG(hex``);
|
||||
export const expressionsHeartLarge = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsHeartSmall = image.unpackPNG(hex``);
|
||||
export const expressionsHeartSmall = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsMouth1open = image.unpackPNG(hex``);
|
||||
export const expressionsMouth1open = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsMouth1shut = image.unpackPNG(hex``);
|
||||
export const expressionsMouth1shut = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsMouth2open = image.unpackPNG(hex``);
|
||||
export const expressionsMouth2open = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsMouth2shut = image.unpackPNG(hex``);
|
||||
export const expressionsMouth2shut = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsSad = image.unpackPNG(hex``);
|
||||
export const expressionsSad = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsSick = image.unpackPNG(hex``);
|
||||
export const expressionsSick = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsSmile = image.unpackPNG(hex``);
|
||||
export const expressionsSmile = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsSwearing = image.unpackPNG(hex``);
|
||||
export const expressionsSwearing = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsTalking = image.unpackPNG(hex``);
|
||||
export const expressionsTalking = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsWink = image.unpackPNG(hex``);
|
||||
export const expressionsWink = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const expressionsZzz = image.unpackPNG(hex``);
|
||||
export const expressionsZzz = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesAngry = image.unpackPNG(hex``);
|
||||
export const eyesAngry = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesAwake = image.unpackPNG(hex``);
|
||||
export const eyesAwake = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesBlackEye = image.unpackPNG(hex``);
|
||||
export const eyesBlackEye = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesBottomLeft = image.unpackPNG(hex``);
|
||||
export const eyesBottomLeft = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesBottomRight = image.unpackPNG(hex``);
|
||||
export const eyesBottomRight = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesCrazy1 = image.unpackPNG(hex``);
|
||||
export const eyesCrazy1 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesCrazy2 = image.unpackPNG(hex``);
|
||||
export const eyesCrazy2 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesDisappointed = image.unpackPNG(hex``);
|
||||
export const eyesDisappointed = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesDizzy = image.unpackPNG(hex``);
|
||||
export const eyesDizzy = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesDown = image.unpackPNG(hex``);
|
||||
export const eyesDown = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesEvil = image.unpackPNG(hex``);
|
||||
export const eyesEvil = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesHurt = image.unpackPNG(hex``);
|
||||
export const eyesHurt = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesKnockedOut = image.unpackPNG(hex``);
|
||||
export const eyesKnockedOut = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesLove = image.unpackPNG(hex``);
|
||||
export const eyesLove = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesMiddleLeft = image.unpackPNG(hex``);
|
||||
export const eyesMiddleLeft = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesMiddleRight = image.unpackPNG(hex``);
|
||||
export const eyesMiddleRight = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesNeutral = image.unpackPNG(hex``);
|
||||
export const eyesNeutral = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesNuclear = image.unpackPNG(hex``);
|
||||
export const eyesNuclear = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesPinchLeft = image.unpackPNG(hex``);
|
||||
export const eyesPinchLeft = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesPinchMiddle = image.unpackPNG(hex``);
|
||||
export const eyesPinchMiddle = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesPinchRight = image.unpackPNG(hex``);
|
||||
export const eyesPinchRight = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesSleeping = image.unpackPNG(hex``);
|
||||
export const eyesSleeping = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesTear = image.unpackPNG(hex``);
|
||||
export const eyesTear = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesTiredLeft = image.unpackPNG(hex``);
|
||||
export const eyesTiredLeft = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesTiredMiddle = image.unpackPNG(hex``);
|
||||
export const eyesTiredMiddle = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesTiredRight = image.unpackPNG(hex``);
|
||||
export const eyesTiredRight = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesToxic = image.unpackPNG(hex``);
|
||||
export const eyesToxic = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesUp = image.unpackPNG(hex``);
|
||||
export const eyesUp = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const eyesWinking = image.unpackPNG(hex``);
|
||||
export const eyesWinking = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationAccept = image.unpackPNG(hex``);
|
||||
export const informationAccept = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationBackward = image.unpackPNG(hex``);
|
||||
export const informationBackward = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationDecline = image.unpackPNG(hex``);
|
||||
export const informationDecline = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationForward = image.unpackPNG(hex``);
|
||||
export const informationForward = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationLeft = image.unpackPNG(hex``);
|
||||
export const informationLeft = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationNoGo = image.unpackPNG(hex``);
|
||||
export const informationNoGo = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationQuestionMark = image.unpackPNG(hex``);
|
||||
export const informationQuestionMark = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationRight = image.unpackPNG(hex``);
|
||||
export const informationRight = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationStop1 = image.unpackPNG(hex``);
|
||||
export const informationStop1 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationStop2 = image.unpackPNG(hex``);
|
||||
export const informationStop2 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationThumbsDown = image.unpackPNG(hex``);
|
||||
export const informationThumbsDown = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationThumbsUp = image.unpackPNG(hex``);
|
||||
export const informationThumbsUp = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const informationWarning = image.unpackPNG(hex``);
|
||||
export const informationWarning = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoColorSensor = image.unpackPNG(hex``);
|
||||
export const legoColorSensor = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoEv3icon = image.unpackPNG(hex``);
|
||||
export const legoEv3 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoEv3 = image.unpackPNG(hex``);
|
||||
export const legoEv3icon = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoGyroSensor = image.unpackPNG(hex``);
|
||||
export const legoGyroSensor = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoIrBeacon = image.unpackPNG(hex``);
|
||||
export const legoIrBeacon = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoIrSensor = image.unpackPNG(hex``);
|
||||
export const legoIrSensor = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoLego = image.unpackPNG(hex``);
|
||||
export const legoLargeMotor = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoLargeMotor = image.unpackPNG(hex``);
|
||||
export const legoLego = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoMindstorms = image.unpackPNG(hex``);
|
||||
export const legoMediumMotor = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoMediumMotor = image.unpackPNG(hex``);
|
||||
export const legoMindstorms = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoSoundSensor = image.unpackPNG(hex``);
|
||||
export const legoSoundSensor = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoTempSensor = image.unpackPNG(hex``);
|
||||
export const legoTempSensor = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoTouchSensor = image.unpackPNG(hex``);
|
||||
export const legoTouchSensor = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const legoUsSensor = image.unpackPNG(hex``);
|
||||
export const legoUsSensor = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsBomb = image.unpackPNG(hex``);
|
||||
export const objectsBomb = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsBoom = image.unpackPNG(hex``);
|
||||
export const objectsBoom = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsFire = image.unpackPNG(hex``);
|
||||
export const objectsFire = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsFlowers = image.unpackPNG(hex``);
|
||||
export const objectsFlowers = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsForest = image.unpackPNG(hex``);
|
||||
export const objectsForest = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsLightOff = image.unpackPNG(hex``);
|
||||
export const objectsLightning = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsLightOn = image.unpackPNG(hex``);
|
||||
export const objectsLightOff = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsLightning = image.unpackPNG(hex``);
|
||||
export const objectsLightOn = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsNight = image.unpackPNG(hex``);
|
||||
export const objectsNight = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsPirate = image.unpackPNG(hex``);
|
||||
export const objectsPirate = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsSnow = image.unpackPNG(hex``);
|
||||
export const objectsSnow = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const objectsTarget = image.unpackPNG(hex``);
|
||||
export const objectsTarget = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressBar0 = image.unpackPNG(hex``);
|
||||
export const progressBar0 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressBar1 = image.unpackPNG(hex``);
|
||||
export const progressBar1 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressBar2 = image.unpackPNG(hex``);
|
||||
export const progressBar2 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressBar3 = image.unpackPNG(hex``);
|
||||
export const progressBar3 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressBar4 = image.unpackPNG(hex``);
|
||||
export const progressBar4 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressDial0 = image.unpackPNG(hex``);
|
||||
export const progressDial0 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressDial1 = image.unpackPNG(hex``);
|
||||
export const progressDial1 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressDial2 = image.unpackPNG(hex``);
|
||||
export const progressDial2 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressDial3 = image.unpackPNG(hex``);
|
||||
export const progressDial3 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressDial4 = image.unpackPNG(hex``);
|
||||
export const progressDial4 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressDots0 = image.unpackPNG(hex``);
|
||||
export const progressDots0 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressDots1 = image.unpackPNG(hex``);
|
||||
export const progressDots1 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressDots2 = image.unpackPNG(hex``);
|
||||
export const progressDots2 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressDots3 = image.unpackPNG(hex``);
|
||||
export const progressDots3 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressHourglass0 = image.unpackPNG(hex``);
|
||||
export const progressHourglass0 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressHourglass1 = image.unpackPNG(hex``);
|
||||
export const progressHourglass1 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressHourglass2 = image.unpackPNG(hex``);
|
||||
export const progressHourglass2 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressTimer0 = image.unpackPNG(hex``);
|
||||
export const progressTimer0 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressTimer1 = image.unpackPNG(hex``);
|
||||
export const progressTimer1 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressTimer2 = image.unpackPNG(hex``);
|
||||
export const progressTimer2 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressTimer3 = image.unpackPNG(hex``);
|
||||
export const progressTimer3 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressTimer4 = image.unpackPNG(hex``);
|
||||
export const progressTimer4 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressWaterLevel0 = image.unpackPNG(hex``);
|
||||
export const progressWaterLevel0 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressWaterLevel1 = image.unpackPNG(hex``);
|
||||
export const progressWaterLevel1 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressWaterLevel2 = image.unpackPNG(hex``);
|
||||
export const progressWaterLevel2 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const progressWaterLevel3 = image.unpackPNG(hex``);
|
||||
export const progressWaterLevel3 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const systemAccept1 = image.unpackPNG(hex``);
|
||||
export const systemAccept1 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const systemAccept2 = image.unpackPNG(hex``);
|
||||
export const systemAccept2 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const systemBox = image.unpackPNG(hex``);
|
||||
export const systemBox = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const systemDecline1 = image.unpackPNG(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const systemDecline2 = image.unpackPNG(hex``);
|
||||
export const systemDecline1 = image.ofBuffer(hex``);
|
||||
//% fixedInstance jres blockIdentity=brick.__imagePicker
|
||||
export const systemDecline2 = image.ofBuffer(hex``);
|
||||
}
|
||||
|
Reference in New Issue
Block a user