Exemplo n.º 1
0
    // Use this for initialization
    new void Start()
    {
        tm        = player.GetComponent <TrackMovement>();
        base.full = tm.currLevelCharges();
        base.curr = 0;

        base.originalText  = "Charges: ";
        base.originalWidth = 3.3f;
        base.useDivide     = true;
        base.Start();
    }
Exemplo n.º 2
0
 public void OnEnable()
 {
     tm = (TrackMovement)target;
 }