Skip to content

Commit

Permalink
Changed in-game title to Buster!
Browse files Browse the repository at this point in the history
Added dark background behind bonus text for readibility
  • Loading branch information
tdvance committed Nov 7, 2016
1 parent 67d0714 commit f897281
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/LevelManager.cs
Expand Up @@ -77,6 +77,7 @@ public class LevelManager : MonoBehaviour {

gameTime = Mathf.Round(gameTime * 100) / 100;
medTime = Mathf.Round(medTime * 100) / 100;
GameObject.Find("BonusBackground").GetComponent<Image>().color = new Color(.1f, .1f, .1f, .8f);
GameObject.Find("Bonus").GetComponent<Text>().text = "\n<color=darkgreen>"
+ "\n Level: " + FindObjectOfType<BrickBuilder>().GetLevelName()
+ "\n Time: " + gameTime
Expand Down
Binary file modified Assets/_Scenes/GameLevel.unity
Binary file not shown.
Binary file modified Assets/_Scenes/Start Menu.unity
Binary file not shown.
Binary file modified Assets/_Scenes/_Init.unity
Binary file not shown.

0 comments on commit f897281

Please sign in to comment.