How to do a custom button texture

Godot Version

4.3

Question

Hi, I'm trying to make custom buttons for my Game Project. Is there an option that allows me to make a custom button sprite that works similarly to the Unity GUITexture? Thanks!

Check “TextureButton” node.

I end up using the Theme menu inside the button Node, and made a new StyleBoxTexture. It worked as I want it, but I’m going to check up the “TextureButton”.