This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using UnityEngine.SceneManagement; | |
using UnityEngine.UI; | |
public class Timer : MonoBehaviour { | |
private Text timerText; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine.SceneManagement; | |
using UnityEngine; | |
public class GameManager : MonoBehaviour { | |
// Singleton GameManager | |
public static GameManager Instance { set; get; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AppDelegate: UIResponder, UIApplicationDelegate, SpotifyAuthDelegate { | |
var window: UIWindow? | |
var navigationController: UINavigationController = UINavigationController() | |
private var auth: SpotifyAuth { | |
return SpotifyAuth.shared | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-12-10T06:14:11.206951+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=serene-crag-40965.herokuapp.com request_id=7299599f-9f86-4d88-be5d-1f4836af29b8 fwd="142.129.115.209" dyno= connect= service= status=502 bytes= | |
2016-12-10T06:14:11.369697+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/favicon.ico" host=serene-crag-40965.herokuapp.com request_id=7afd5fed-73a2-460e-a08a-812ab73d389f fwd="142.129.115.209" dyno= connect= service= status=502 bytes= | |
2016-12-10T06:14:36.084501+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/" host=serene-crag-40965.herokuapp.com request_id=af5f8fd2-a903-491b-9299-acc6658d6db9 fwd="142.129.115.209" dyno= connect= service= status=502 bytes= | |
2016-12-10T06:14:36.245303+00:00 heroku[router]: at=info code=H81 desc="Blank app" method=GET path="/favicon.ico" host=serene-crag-40965.herokuapp.com request_id=6ca89051-69a3-4495-9b1e-7b62ba2102eb fwd="142.129.115.209" dyno= connect= service= status=502 b |