i can’t press the Credits button — this is not a good look
update: ¡fixed! 🎉
there is more than one way to create interface links in Godot.
for the credits, i suggest hiding the main menu Control with set_visible(
false)
and showing the credits Control with set_visible(
true)
.
i also recommend triggering both of this with a pressed
signal from the credits button.
Thanks but I am not about it. I am about how to create link that will open browser to show user site.
EDITED:
😅 It look's I've found how to do it https://docs.godotengine.org/en/stable/classes/class_linkbutton.html