Hello, I'm working on a plugin that displays an image with other things superimposed on it. In edittime.js, I use the flag pf_texture because I don't need sprite animations or want to have to deal with the complexities of a changing texture. When I call this.instance.EditTexture(); and get into the image editor, though, I cannot set ImagePoints or edit the Collision Polygon. I would like the user to be able to set at least one ImagePoint and to create their own Collision Polygon which outlines the image they are using.
Is there any way to enable this, or is my only option to use pf_animations instead and simply ignore all but the first frame of the first animation?
Thanks!