private void Start()
 {
     Time.timeScale = 1;
     LocationLegend();
     the_Stats_UI.BasicStats();
     InvokeRepeating("GameUpdate", 0, 3);
 }