Esempio n. 1
0
 void OnMouseDown()
 {
     VariableScript.SetTopBar(2);
     VariableScript.METABOLIZER_ID = VariableScript.INTERMEDIATE_METABOLIZER;
     VariableScript.ShowGraphLegend(2);
     VariableScript.SetYAxis(2);
 }
Esempio n. 2
0
 void OnMouseDown()
 {
     VariableScript.SetTopBar(3);
     VariableScript.METABOLIZER_ID = VariableScript.POOR_METABOLIZER;
     VariableScript.ShowGraphLegend(3);
     VariableScript.SetYAxis(3);
 }
Esempio n. 3
0
 void OnMouseDown()
 {
     VariableScript.SetTopBar(0);
     VariableScript.METABOLIZER_ID = VariableScript.ULTRARAPID_METABOLIZER;
     VariableScript.ShowGraphLegend(0);
     VariableScript.SetYAxis(0);
 }
Esempio n. 4
0
 void OnMouseDown()
 {
     VariableScript.SetTopBar(1);
     VariableScript.METABOLIZER_ID = VariableScript.EXTENSIVE_METABOLIZER;
     VariableScript.ShowGraphLegend(1);
     VariableScript.SetYAxis(1);
 }