Good afternoon!
Please tell me! How can I make a 100x100 texture a background so that it repeats at both coordinates?
local bg = display.newRect( w_center, h_center, _W, _H );
bg.fill = { type = "image", filename = "images/bg/dasht.png" };
Now it is not repeated. I put this:
display.setDefault( "textureWrapX", "repeat")
display.setDefault( "textureWrapY", "mirroredRepeat")
Getting an error