|
@@ -4,19 +4,19 @@
|
|
|
//They are not pixels as such, but on iPad1/2 they map to pixels
|
|
|
public static int GAME_WIDTH;
|
|
|
public static int GAME_HEIGHT;
|
|
|
- public static string BANNER_ADS = "https://game.gamatic.com/iCTS/BannerAD/config.json";
|
|
|
- public static string VIDEO_ADS = "https://game.gamatic.com/iCTS/Video/config.json";
|
|
|
+ public static string BANNER_ADS = "http://game.gamatic.com/iCTS/BannerAD/config.json";
|
|
|
+ public static string VIDEO_ADS = "http://game.gamatic.com/iCTS/Video/config.json";
|
|
|
|
|
|
//TODO Change these on release to the appropriate facebook page
|
|
|
public const string LIKE_PAGE_ID = "112791158753556";
|
|
|
- public const string PAGE_TO_LIKE = "https://www.facebook.com/kunmedkondom";
|
|
|
- public const string PLAY_GAME_URL = "https://apps.facebook.com/rubitgame";
|
|
|
- public const string FACEBOOK_POST_IMAGE = "https://game.gamatic.com/RubIt/facebookShareWonChallenge.png";
|
|
|
+ public const string PAGE_TO_LIKE = "http://www.facebook.com/kunmedkondom";
|
|
|
+ public const string PLAY_GAME_URL = "http://apps.facebook.com/rubitgame";
|
|
|
+ public const string FACEBOOK_POST_IMAGE = "http://game.gamatic.com/RubIt/facebookShareWonChallenge.png";
|
|
|
|
|
|
public const string SECRET_KEY = "dr3@mtH3at3r";
|
|
|
|
|
|
public const string SUPPORT_EMAIL_FOR_IOS_CRASH_LOG = "nattard@av.com.mt";
|
|
|
- public const string SERVER_BASE_URL = "https://game.gamatic.com/iCTS/";
|
|
|
+ public const string SERVER_BASE_URL = "http://game.gamatic.com/iCTS/";
|
|
|
public const string APP_STORE_URL = "";
|
|
|
public const string GAME_NAME = "Durex Smokkaleikurinn";
|
|
|
|