Added CrystaX toolchain support

This commit is contained in:
pelya
2010-09-14 18:22:50 +03:00
parent 2dd6c70d43
commit c28c1bf8d0
8 changed files with 45 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ class Globals {
public static String ApplicationName = "CommanderGenius";
// Should be zip file
public static String DataDownloadUrl = "Data files size is 1 Mb|https://sourceforge.net/projects/libsdl-android/files/CommanderGenius/commandergenius-data.zip/download";
public static String DataDownloadUrl = "Data files size is 2 Mb|https://sourceforge.net/projects/libsdl-android/files/CommanderGenius/commandergenius-data.zip/download";
// Set this value to true if you're planning to render 3D using OpenGL - it eats some GFX resources, so disabled for 2D
public static boolean NeedDepthBuffer = false;