How to create repeating background from small image?

Godot Version

4.2.2

Question

I have a 128 × 128 background image. How can I make it bigger without resizing the original image file, and how can I make it repeat?

Use a TextureRect and set expand-mode to “tile”

The image is too small. I need to make it larger without resizing the image.

When you set the expand mode to “Tile”, you can resize it and it will duplicate the image accordingly

How? I don’t see an option to resize it:

Layout → Transform → Size

No, that won’t make the background image larger:

Here is what I’m trying to achieve:

Ahh You can use the scale-property

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.