Right Now I’m making a game in Defold for a school project to go above and beyond. However I’m fairly new at typing original scripts and need help.
I have two images in my game,
One when clicked will begin the game.
And the other will bring a list of achievements
I don’t want a visible hit box for either of them, and I’m unsure how to properly use a GUI within the program.
I would advise checking out the tutorials. Your question is pretty broad as it stands, but a good place to start for GUI is with Colorslide. If you have any more specific questions following that, feel free to post them here in the forum, and we will be happy to help.
You need a gui and a gui script. The gui contains two box nodes, one per button. The script detects which one you click on and takes appropriate action. Check the example above and the tutorials as suggested by @carlfredriknybergbro