Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

First of my new level and then yes. Do you know how to create interactive links in godot?

(2 edits)

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.

(1 edit) (+1)

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

Godot Documentation and Tutorials are very very helpful — needed

update: ¡fixed! 🎉