corona image sheet

local options =
{
    frames =
    {
        --frame 1
        {
            x = 0,
            y = 0,
            width = 232,
            height = 276
        },
        --frame 2
        {    
            x = 232,
            y = 0,
            width = 277,
            height = 276
        }
    }
}
local sheet = graphics.newImageSheet( "mySheet.png", options )

 

posted @ 2015-04-14 12:57  yufenghou  阅读(196)  评论(0编辑  收藏  举报