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.

1 Like

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”.

1 Like

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