Main Menu!

I have a main menu for the Bullet Hell game! Only took me long enough. linking the scenes together is not all that hard but does require setting up other scripts so that relevant data can be transferred forward from level to level. Data that needs to persist includes player stats (lives, weapon upgrades) and score. when I have a score system working I will start making score screens between levels and implement the lives system.