Open TheBurnDoc opened 11 years ago
It looks like the old sprite library is going to be removed with Corona SDK Graphics 2.0 as well
It seems we will only need to focus on the following files:
$ grep -l "require.*sprite" *
lime-tile.lua
lime-tileSet.lua
graphics2_migration branch created to support this work
Parts of Lime seem to depend on the sprite Corona SDK, which has been deprecated. The Corona docs recommend porting over to the newer display.newSprite() and SpriteObject framework. It seems lime-tileSet at least depends on sprite, and possibly other parts of the code as well.