How we show the screen at GameStateMainMenu.
void redraw()
Redraws everything from scratch, refreshing borders and stuff.
void draw(Menu *menu)
Shows the Main Menu screen, along with drawing menu.
Animation * animation
Cure thing at the main menu.
GameStateMainMenu * state
We need this so we can access the states' flags and decide best on how to print it.