microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
480 stars 207 forks source link

Use Image File for Code Validation Bug #5592

Closed thsparks closed 1 year ago

thsparks commented 1 year ago

Current bug emoji looks scary on iOS. Maybe we can take the fluent svg and just use that directly, instead. We should also add some padding so it's not quite so close to the content.

thsparks commented 1 year ago

Current appearance on iOS:

image
thsparks commented 1 year ago

Could use fluentui emoji instead: https://github.com/microsoft/fluentui-emoji/blob/main/assets/Lady%20beetle/Color/lady_beetle_color.svg

thsparks commented 1 year ago

Fixed by https://github.com/microsoft/pxt/pull/9349