Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

you have only 7 hours left, or less. please fix it now.

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! 🎉