Button Background?

Godot Version 4.3

Question: I’m trying to make a clicker game but the button I’m using has this gray background around it. I have tried many things like using a sprite 2D on top and hiding the button, but then you cannot press it. Does anyone know how I can fix this?

image

Yeah, look at them override options for the button it should be in the inspector. Buttons should have style boxes for many states. I wonder if it’s a toggle color with your asset.

Or maybe the asset need to have some transparency?

I found the solution (somehow). I could turn off all visibility layers of the button and make it the child of sprite2D. thanks for the suggestion though!

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