No, I don’t need the console.log command, I just want it to appear in the debugger, like how you can open a sprite and see it’s x, y, vx, vy, etc. I want to see the sprite data with the x, y…,
I have found this extension very useful. I am revising several programs to use it. In my use, I have wanted a slightly different user interface, which is shown below. Changes include “mySprite” instead oh “item,” an image specification that allows any kind of image, and a couple of corrections in the comments. The changed code is on GitHub at https://github.com/WeCodeMakeCode/sprite-data-revised