创建图层(直接通过cc创建)
@H_301_4@local layer = cc.Layer:@H_301_4@create()
在图层添加精灵(用addChild引入)
layer:addChild(sprite)