Browse Source

version to test at Wonderville

combinedRaceAndNameDropper
Josh 2 years ago
parent
commit
bb5ae140f9
  1. 16
      namedropper/Assets/Scripts/TopicSelect.cs

16
namedropper/Assets/Scripts/TopicSelect.cs

@ -91,7 +91,7 @@ public class TopicSelect : Level
if (GameManager.MVP > -1) if (GameManager.MVP > -1)
{ {
titleText = "MVP may unlock a new topic"; //titleText = "MVP may unlock a new topic";
// text = "It will be added to the mix until tomorrow"; // text = "It will be added to the mix until tomorrow";
if (GameManager.MVP == 0 || GameManager.MVP == 1) if (GameManager.MVP == 0 || GameManager.MVP == 1)
@ -107,11 +107,11 @@ public class TopicSelect : Level
bluePicks = false; bluePicks = false;
} }
} }
else //else
{ //{
titleText = "Welcome to ICON"; titleText = "Welcome to BUMPIN";
first = "first "; first = "first ";
} //}
} }
else else
{ {
@ -160,7 +160,9 @@ public class TopicSelect : Level
} }
if (GameManager.MVP > -1) if (GameManager.MVP > -1)
text2 = ""; {
text2 = "MVP picks the first topic";
}
_title.text = titleText; _title.text = titleText;
_subTitle.text = text; _subTitle.text = text;
@ -302,10 +304,12 @@ public class TopicSelect : Level
_subTitle.text = ""; _subTitle.text = "";
_subTitle2.text = ""; _subTitle2.text = "";
/*
if (GameManager.MVP > -1) if (GameManager.MVP > -1)
{ {
_subTitle2.text = "added to the mix\nuntil tomorrow!"; _subTitle2.text = "added to the mix\nuntil tomorrow!";
} }
*/
GameManager.MVP = -1; GameManager.MVP = -1;

Loading…
Cancel
Save