setReferencePoint

dmc_kompatible is a Lua module which allows your legacy Corona code written for Graphics 1.0 to run in the new Corona Graphics 2.0 engine within minutes and with minor modifications.

it overrides the necessary methods (setReferencePoint, setFillColor, setTextColor, etc) so that your code can continue to run.

Comments, 831 Votes - submitted on 04/02/2014 view repo

Requiring this function will re-enable obj:setReferencePoint() in Graphics 2.0 for the following objects:

Comments, 477 Votes - submitted on 17/01/2014 view repo