Adding a context menu for my tutorial game. No fancy UI system, just rectangles and draw text. For now :D
#raylib #gamedev
#raylib #gamedev
Comments
I am using raylib here, which provides functions for drawing stuff, like rectangles or 3d meshes, and also utility functions. It's a code only framework.
But the principle doing this in unity is not much different.