Tiled Background Cocos Creator 3.7

How Can I tile the Background on a touch of Sprite in coco creator version 3.7?

If you want to tile an image, you need to use the Tield (Type) mode of the Sprite component.
If you want to tile an image on top of a touchable image, then you need to use the BlockInputEvents component to intercept the response events.

– Touchable Sprite
– Tiled image (BlockInputEvents)

1 Like