Leaderboard name

dev-ali
Ali Sharoz 3 weeks ago
parent 8ee8203274
commit 2047489959

@ -18,7 +18,7 @@ public class GoogleSignInManager : MonoBehaviour
{ {
configuration = new GoogleSignInConfiguration configuration = new GoogleSignInConfiguration
{ {
WebClientId = "1044061384825-kervrjq8gcopk6ijs69qnm4jqeh7rj7r.apps.googleusercontent.com", WebClientId = "1021701058525-72qg4sbvqv3m3q7it4eck2h86ekoflla.apps.googleusercontent.com",
RequestEmail = true, RequestEmail = true,
RequestAuthCode = true RequestAuthCode = true
}; };

@ -1,7 +1,7 @@
public class GameConstants public class GameConstants
{ {
public static string GameNamePrefix = "FlyingFred"; public static string GameNamePrefix = "TowerEscape";
public static string HighScoreStatsKey = GameNamePrefix+"_HighScore"; public static string HighScoreStatsKey = GameNamePrefix+"_HighScore";
public static string NameEnteredCheckKey = "IsNameEntered"; public static string NameEnteredCheckKey = "IsNameEntered";
public static string AvatarSelectedCheckKey = "AvatarSelected"; public static string AvatarSelectedCheckKey = "AvatarSelected";

Loading…
Cancel
Save