mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-09 13:09:34 +01:00
@@ -3,7 +3,7 @@
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.gpl.rpg.AndorsTrail"
|
||||
android:versionCode="52"
|
||||
android:versionCode="53"
|
||||
android:versionName="0.7.10"
|
||||
android:installLocation="auto"
|
||||
>
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
• <a href="http://fatboy73.deviantart.com">;Additional graphics by Chris Hall (Fatboy73)</a><br/>
|
||||
• Additional graphics by DeBray Bailey<br/>
|
||||
• Additional graphics by Karvis<br/>
|
||||
• Graphic enhancements by OMGeeky<br/>
|
||||
• <a href="http://rltiles.sourceforge.net">Monster tileset graphics by rltiles.sourceforge.net</a><br/>
|
||||
Part (or All) of the graphic tiles used in this program is the public domain roguelike tileset "RLTiles".
|
||||
Some of the tiles have been modified by Oskar Wiksten.
|
||||
|
||||
@@ -30,7 +30,7 @@ public final class AndorsTrailApplication extends Application {
|
||||
public static final boolean DEVELOPMENT_DEBUGMESSAGES = false;
|
||||
public static final boolean DEVELOPMENT_INCOMPATIBLE_SAVEGAMES = DEVELOPMENT_DEBUGRESOURCES || DEVELOPMENT_DEBUGBUTTONS || DEVELOPMENT_FASTSPEED;
|
||||
public static final int DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION = 999;
|
||||
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION : 52;
|
||||
public static final int CURRENT_VERSION = DEVELOPMENT_INCOMPATIBLE_SAVEGAMES ? DEVELOPMENT_INCOMPATIBLE_SAVEGAME_VERSION : 53;
|
||||
public static final String CURRENT_VERSION_DISPLAY = "0.7.10";
|
||||
public static final boolean IS_RELEASE_VERSION = !CURRENT_VERSION_DISPLAY.matches(".*[a-d].*");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user