Cant find repeat texture option

Godot Version

4.5.1

Question

I was watching a youtube tutorial and it had this option of repeating a texture that I cannot find in my own game editor , could anyone help me please?

My screen

Tutorial:

Thank you in advance!

The only difference I see is that in the tutorial the import texture is not 2D is only texture.

i dont have a texture option which is why I am confused

Can you show me the tutorial?

Sorry I should have linked it in the topic

1:42 is the timing

The video is 5 years ago. Godot change a lot.

Thats true and again should have put it in the topic first but what is the modern equivalent? where can I do it now? not that you have to answer those questions but thank you for caring so much.

This is one of the areas that changed between Godot 3 (used in the tutorial) and Godot 4 (what you are using).

From the Godot 4 upgrade notes ( Upgrading from Godot 3 to Godot 4 — Godot Engine (stable) documentation in English, Updating shaders)

  • Texture filter and repeat modes are now set on individual uniforms, rather than the texture files themselves.

In other words: with Godot 4 the repeat mode must be set wherever you use the texture

thank you