Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start on generalizing treatment of image #9869

Closed
wants to merge 1 commit into from
Closed

Conversation

tballmsft
Copy link
Contributor

@tballmsft tballmsft commented Feb 15, 2024

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
Copy link
Contributor Author

#9868

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant