pxt icon indicating copy to clipboard operation
pxt copied to clipboard

start on generalizing treatment of image

Open tballmsft opened this issue 1 year ago • 1 comments

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

tballmsft avatar Feb 15 '24 03:02 tballmsft

https://github.com/microsoft/pxt/issues/9868

tballmsft avatar Feb 16 '24 01:02 tballmsft