Skip to content

Commit

Permalink
turned background track back on
Browse files Browse the repository at this point in the history
  • Loading branch information
qcmx16 committed Nov 5, 2018
1 parent 34762fa commit 1238c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion Blockade/Assets/Blockade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ void Start () {
score2 = 0;

transition = false;
//bkgd.Play();
bkgd.Play();
}

// Update is called once per frame
void Update () {
if(transition)
{
bkgd.Stop();
timer += Time.deltaTime;
transitionTimer += Time.deltaTime;
if (winner == 1 && timer >= 0.2f)
Expand Down
8 changes: 0 additions & 8 deletions Blockade/Assets/Plugins/Editor/JetBrains.meta

This file was deleted.

0 comments on commit 1238c0d

Please sign in to comment.