removed buttons

This commit is contained in:
Sophie 2016-04-09 17:32:05 -04:00
parent db73333e2a
commit 39938c1408
2 changed files with 0 additions and 25 deletions

View File

@ -281,20 +281,4 @@ public class Astronaut : MonoBehaviour {
} }
} }
public void OnGUI()
{
if (GUI.Button(new Rect(10, 10, 150, 50), State.ToString()))
{
Stun();
Debug.Log("Clicked the button with an image");
//_astronautAnimator.Walk();
//Eject();
}
/* if (GUI.Button(new Rect(60, 10, 150, 50), "Stop"))
{
Debug.Log("Clicked the button with an image");
_astronautAnimator.StopWalk();
//Eject();
}*/
}
} }

View File

@ -44,15 +44,6 @@ public class Earthquake : MonoBehaviour {
} }
} }
void OnGUI()
{
if (GUI.Button(new Rect(100, 100, 50, 50), "BOOM"))
{
Debug.Log("Clicked the button with an image");
EarthquakeBoom();
}
}
private void EarthquakeBoom() private void EarthquakeBoom()
{ {
isExploding = true; isExploding = true;