Skip to content

Commit

Permalink
Erased "force tweet to appear" debug function for final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmizel committed Oct 1, 2018
1 parent b1cfca8 commit e6c48d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions ShowPT/Assets/EZ Camera Shake.meta

This file was deleted.

2 changes: 1 addition & 1 deletion ShowPT/Assets/Scripts/TweetSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void Update ()
{
case state.TWEET_HIDDEN:
tweetTimer += Time.deltaTime;
if (Input.GetKeyDown (KeyCode.I) || tweetTimer > timeBetweenTweets)
if (tweetTimer > timeBetweenTweets)
{
if (randomTweetList.Count > 0)
{
Expand Down

0 comments on commit e6c48d0

Please sign in to comment.