Will cocos2d_html5 the image tiled way?

Will cocos2d_html5 the image tiled way? I want to use a image as a background tile, but it seems that I did not find a similar way? So, how do I resolve the images tiled problem? Please give me some suggestions, thank you.:slight_smile:

Hi, Cocos2d-html5 have proposed cc.Layer and cc.TMXLayer, you can just combine them.
E.G. you can add a normal cc.Layer and add the background image into this layer, then you can create a tile map and add the map to your scene.

I don’t see the benefit to transform an image to a tile.

Huabin

@pandamicro :)thank you!I will try it!All I want is making a laser weapon.So, the beam part I want to use tiled …Maybe I used a wrong way.