|
|
@ -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";
|
|
|
|