How do i detect object being resized in runtime ?
instanceProto.onresize() ?
—
I would detect resize under tick() function (or tick2()).
https://github.com/rexrainbow/C2_plugin ... ime.js#L80
Develop games in your browser. Powerful, performant & highly capable.
— I would detect resize under tick() function (or tick2()). https://github.com/rexrainbow/C2_plugin ... ime.js#L80
<img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy"> Thank you very much, this is the solution.