I am implementing one game where I want to repeat one image along x direction.I searched for it on the web but could not get the correct approach. There is a grass image and I want to repeat it all along the ground in x direction.
Kindly provide some suggestions and possible ways to do it.
I am using following code to draw Image inside render method.
spriteBatch.draw(grass, 0, 0);