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!
4.3
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”.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.