pxt
pxt copied to clipboard
start on generalizing treatment of image
there's quite a bit of hardcoding of arcade type "Image" which is user visible (not hidden in runtime) in pxt. This prevents renaming of the type, which is needed for use in pxt-microbit. Various examples:
- image.ofBuffer
- buildsprites.md
- tilemap.ts
- "_Image"
- emitter.ts
- "pxsim.image*"
- backjs.ts
https://github.com/microsoft/pxt/issues/9868