I'm developing a "speech bubble" behavior for Text plugin.
The purpose of this behavior is to surround the text object with a speech bubble.
So my question is... is there anyway to draw using a behavior?
I have tried using
var ctx = this.inst.runtime.overlay_ctx;
to get the overlay but no success. Is there anyway that I can draw with behavior?