It the same game over code right?
public WIN getWIN()
{
return thisWIN;
}
public game_over1 getGameOver1()
{
if (losehealthber = 0)
{
return game_over1;
}
}
public Healthbar getHealthbar()
{
if (touchinggator = false)
{
return thisHealthbar;
}
}
public Victory getVictory()
{
if (scoreboard = 4)
{
return new Victory();
}