diff --git a/Assets/GoogleSigninSDK/GoogleSignInManager.cs b/Assets/GoogleSigninSDK/GoogleSignInManager.cs index 7b9bec97..c9cf6886 100644 --- a/Assets/GoogleSigninSDK/GoogleSignInManager.cs +++ b/Assets/GoogleSigninSDK/GoogleSignInManager.cs @@ -18,7 +18,7 @@ public class GoogleSignInManager : MonoBehaviour { configuration = new GoogleSignInConfiguration { - WebClientId = "1044061384825-kervrjq8gcopk6ijs69qnm4jqeh7rj7r.apps.googleusercontent.com", + WebClientId = "1021701058525-72qg4sbvqv3m3q7it4eck2h86ekoflla.apps.googleusercontent.com", RequestEmail = true, RequestAuthCode = true }; diff --git a/Assets/Scripts/GameConstants.cs b/Assets/Scripts/GameConstants.cs index 9f861a52..f097646d 100644 --- a/Assets/Scripts/GameConstants.cs +++ b/Assets/Scripts/GameConstants.cs @@ -1,7 +1,7 @@ public class GameConstants { - public static string GameNamePrefix = "FlyingFred"; + public static string GameNamePrefix = "TowerEscape"; public static string HighScoreStatsKey = GameNamePrefix+"_HighScore"; public static string NameEnteredCheckKey = "IsNameEntered"; public static string AvatarSelectedCheckKey = "AvatarSelected";