Day 15 – Creating the main menu level

Hello!
As you might have figured it out by now, adding text to a scene it’s very easy.
First step to create a main menu is to create a new scene.
After that it is like in the previous chapter to add text objects
To place the text-object at the correct place in the scene is like any GUI programming like WPF.
Next part is about adding buttons to our menu.
See you soon.
End day 15