diff --git a/alienblaster/AppSettings.cfg b/alienblaster/AppSettings.cfg deleted file mode 100644 index d7bfabb71..000000000 --- a/alienblaster/AppSettings.cfg +++ /dev/null @@ -1,16 +0,0 @@ -LibSdlVersion=1.3 -AppName="Alien Blaster" -AppFullName=de.schwardtnet.alienblaster -ScreenOrientation=h -AppDataDownloadUrl="http://sites.google.com/site/xpelyax/Home/alienblaster110_data.zip?attredirects=0&d=1|http://sitesproxy.goapk.com/site/xpelyax/Home/alienblaster110_data.zip" -SdlVideoResize=y -NeedDepthBuffer=n -AppUsesMouse=n -AppNeedsArrowKeys=y -AppUsesJoystick=n -MultiABI=n -AppVersionCode=110004 -AppVersionName="1.1.0.4" -CompiledLibraries="sdl_mixer sdl_image" -AppCflags='-finline-functions -O2' -ReadmeText='^You can press "Home" now - the data will be downloaded in background^In game press "Menu" for secondary fire, "Volume Up/Down" to cycle weapons^If your phone doesnt have joystick or trackball the accelerometer will be used' diff --git a/alienblaster/AppSettings.cfg b/alienblaster/AppSettings.cfg new file mode 120000 index 000000000..2ebde70c3 --- /dev/null +++ b/alienblaster/AppSettings.cfg @@ -0,0 +1 @@ +project/jni/application/src/AppSettings.cfg \ No newline at end of file diff --git a/alienblaster/ChangeAppSettings.sh b/alienblaster/ChangeAppSettings.sh index 882b252eb..310fa9dbd 100755 --- a/alienblaster/ChangeAppSettings.sh +++ b/alienblaster/ChangeAppSettings.sh @@ -6,7 +6,7 @@ var="" echo -n "\n===== libSDL on Android configuration =====\n\nIf you will supply empty string as answer the previous value will be used\n" LibSdlVersionOld=$LibSdlVersion -echo -n "\nlibSDL version to use (1.2 or 1.3), 1.2 is not HW accelerated yet ($LibSdlVersion): " +echo -n "\nlibSDL version to use (1.2 or 1.3) ($LibSdlVersion): " read var if [ -n "$var" ] ; then LibSdlVersion="$var" diff --git a/alienblaster/project/jni/application/alienblaster/AppSettings.cfg b/alienblaster/project/jni/application/alienblaster/AppSettings.cfg new file mode 100644 index 000000000..d7bfabb71 --- /dev/null +++ b/alienblaster/project/jni/application/alienblaster/AppSettings.cfg @@ -0,0 +1,16 @@ +LibSdlVersion=1.3 +AppName="Alien Blaster" +AppFullName=de.schwardtnet.alienblaster +ScreenOrientation=h +AppDataDownloadUrl="http://sites.google.com/site/xpelyax/Home/alienblaster110_data.zip?attredirects=0&d=1|http://sitesproxy.goapk.com/site/xpelyax/Home/alienblaster110_data.zip" +SdlVideoResize=y +NeedDepthBuffer=n +AppUsesMouse=n +AppNeedsArrowKeys=y +AppUsesJoystick=n +MultiABI=n +AppVersionCode=110004 +AppVersionName="1.1.0.4" +CompiledLibraries="sdl_mixer sdl_image" +AppCflags='-finline-functions -O2' +ReadmeText='^You can press "Home" now - the data will be downloaded in background^In game press "Menu" for secondary fire, "Volume Up/Down" to cycle weapons^If your phone doesnt have joystick or trackball the accelerometer will be used' diff --git a/alienblaster/project/jni/application/alienblaster/icon.png b/alienblaster/project/jni/application/alienblaster/icon.png new file mode 100644 index 000000000..3a5b35c7c Binary files /dev/null and b/alienblaster/project/jni/application/alienblaster/icon.png differ diff --git a/alienblaster/project/jni/application/jooleem_0.1.4/Jooleem.png b/alienblaster/project/jni/application/jooleem_0.1.4/icon.png similarity index 100% rename from alienblaster/project/jni/application/jooleem_0.1.4/Jooleem.png rename to alienblaster/project/jni/application/jooleem_0.1.4/icon.png diff --git a/alienblaster/project/res/drawable/icon.png b/alienblaster/project/res/drawable/icon.png deleted file mode 100644 index 3a5b35c7c..000000000 Binary files a/alienblaster/project/res/drawable/icon.png and /dev/null differ diff --git a/alienblaster/project/res/drawable/icon.png b/alienblaster/project/res/drawable/icon.png new file mode 120000 index 000000000..15468ecc7 --- /dev/null +++ b/alienblaster/project/res/drawable/icon.png @@ -0,0 +1 @@ +../../jni/application/src/icon.png \ No newline at end of file