void Awake()
 {
     instance    = this;
     myMind      = 100.0f;
     myBody      = 100.0f;
     mySoul      = 100.0f;
     meterScript = meter.GetComponent <MeterScript>();
 }