Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I was learning how to use godot so i didnt know anything, adding text was easy so i only did that. I will see if i am able to update the game when i know more. Thanks for the suggestion


Also about windows 11, i dont really know what happened. The most common error i get when playing other people's game is that my drivers are too old so i assumed that may be the case that my game works for me but on newer driver which may not be compatible with the old versions, there my game may not work

I understand, I've also been using Godot for a couple of years and I'm still learning new things. Good luck with your future projects.

P.S. To add buttons with a texture, you can use the textureButton node if you want to draw the texture yourself, or you can add a theme to the button node and change the theme's parameters to give it different looks. As for the text on the buttons, you can add a label as a child of the button node and insert the text there.

Thanks for the advice