void PlayGame()
 {
     mapselector_sc.MapSelect(Singleton.getInstance.stage);
     Singleton.getInstance.GameState = GameState.PlayNormal;
 }