Menu Functionality | Coding Geometry Dash in Java #22
Channel:
Subscribers:
59,400
Published on ● Video Link: https://www.youtube.com/watch?v=7sMF-G_Dk2Q
In this tutorial, I go over the second part of adding a tabbing system to our level editor. This will be the part where we add the functionality to the menu, and allow the user to click between several states. This is accomplished through using a paradigm similar to the immediat mode GUI paradigm, where we keep track of the menu state at every frame, and update it accordingly.
---------------------------------------------------------------------
Website: https://ambrosiogabe.github.io/
Github: https://github.com/ambrosiogabe
Outro Music: https://www.bensound.com/royalty-free-music
Other Videos By GamesWithGabe
Tags:
gameswithgabe
games with gabe
geometry dash
tabs
level editor
immediate mode gui
stateful menu system
how to code level editor
2d level editor
coding games
how to code geometry dash
how to code games in java
java
game development in java
tab system in java