Ashley
Could you add methods in the sdk to add and edit collision points?
I'm finishing work on a polygon object, it would be nice to be able to use with physics but it can only use bounding box at the moment.
construct.net/en/make-games/manuals/construct-3/scripting/scripting-reference/plugin-interfaces/sprite
Thanks.
You already can access them via IAnimationFrame.
Develop games in your browser. Powerful, performant & highly capable.
These seem to be just getting their positions?
How do we modify them like
addPolyPoint
removePolyPoint
setPolyPointX
setPolyPointY