Hello,
I have a question regarding the sprite-legacy-module.
Assuming that I am using Corona Version 2013.1256 (2013.11.6) (ie. pre Graphics 2.0)… if I were to include the sprite.lua from the sprite-legacy-module in my project folder, when I do the following:
local sprite = require("sprite");
Will my variable “sprite” be using the sprite library from the sprite-legacy-module? Or will it still be using the deprecated sprite library from Corona? If the latter, is there a way I can have the sprite.lua from the sprite-legacy-module override the Corona sprite library?
Thank you for your time and have a nice day!