From 2047489959212a578c5dc6b97d48b439115b2579 Mon Sep 17 00:00:00 2001 From: Ali Sharoz Date: Fri, 4 Apr 2025 21:22:57 +0500 Subject: [PATCH] Leaderboard name --- Assets/GoogleSigninSDK/GoogleSignInManager.cs | 2 +- Assets/Scripts/GameConstants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";