diff --git a/namedropper/Assets/Scripts/TopicSelect.cs b/namedropper/Assets/Scripts/TopicSelect.cs index 73675c0..c51a04d 100644 --- a/namedropper/Assets/Scripts/TopicSelect.cs +++ b/namedropper/Assets/Scripts/TopicSelect.cs @@ -91,7 +91,7 @@ public class TopicSelect : Level 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"; if (GameManager.MVP == 0 || GameManager.MVP == 1) @@ -107,11 +107,11 @@ public class TopicSelect : Level bluePicks = false; } } - else - { - titleText = "Welcome to ICON"; + //else + //{ + titleText = "Welcome to BUMPIN"; first = "first "; - } + //} } else { @@ -160,7 +160,9 @@ public class TopicSelect : Level } if (GameManager.MVP > -1) - text2 = ""; + { + text2 = "MVP picks the first topic"; + } _title.text = titleText; _subTitle.text = text; @@ -302,10 +304,12 @@ public class TopicSelect : Level _subTitle.text = ""; _subTitle2.text = ""; + /* if (GameManager.MVP > -1) { _subTitle2.text = "added to the mix\nuntil tomorrow!"; } + */ GameManager.MVP = -1;