From 693de982122fcaef9446f441062ee840e304370b Mon Sep 17 00:00:00 2001 From: "Nut.andor" Date: Sat, 4 Feb 2023 20:41:21 +0100 Subject: [PATCH] Revert "v0.6.19" This reverts commit 3f4bf58375a4251584cf1a1b9f0b052b61f1014a. --- ATCS_JAR.jardesc | 2 +- packaging/ATCS_latest | 2 +- packaging/Windows/ATCS_Installer.nsi | 4 ++-- res/spritesheets.properties | 3 --- src/com/gpl/rpg/atcontentstudio/ATContentStudio.java | 2 +- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ATCS_JAR.jardesc b/ATCS_JAR.jardesc index e1994ac..c469af0 100644 --- a/ATCS_JAR.jardesc +++ b/ATCS_JAR.jardesc @@ -1,6 +1,6 @@ - + diff --git a/packaging/ATCS_latest b/packaging/ATCS_latest index 2dd0f1a..5c06962 100644 --- a/packaging/ATCS_latest +++ b/packaging/ATCS_latest @@ -1 +1 @@ -v0.6.19 \ No newline at end of file +v0.6.18 \ No newline at end of file diff --git a/packaging/Windows/ATCS_Installer.nsi b/packaging/Windows/ATCS_Installer.nsi index e631b91..3469548 100644 --- a/packaging/Windows/ATCS_Installer.nsi +++ b/packaging/Windows/ATCS_Installer.nsi @@ -1,6 +1,6 @@ !include MUI2.nsh -!define VERSION "0.6.19" +!define VERSION "0.6.18" !define TRAINER_VERSION "0.1.5" !define JAVA_BIN "javaw" @@ -88,7 +88,7 @@ Section install file "C:\AT\ATCS_source\lib\AndorsTrainer_v${TRAINER_VERSION}.jar" file "C:\AT\ATCS_source\lib\junit-4.10.jar" file "C:\AT\ATCS_source\lib\json_simple-1.1.jar" - file "C:\AT\temp\ATCS_v0.6.19\ATCS_v${VERSION}.jar" + file "C:\AT\temp\ATCS_v0.6.18\ATCS_v${VERSION}.jar" file "C:\AT\ATCS_source\lib\rsyntaxtextarea.jar" file "C:\AT\ATCS_source\lib\prefuse.jar" file "C:\AT\ATCS_source\lib\bsh-2.0b4.jar" diff --git a/res/spritesheets.properties b/res/spritesheets.properties index ef853ad..6b067f5 100644 --- a/res/spritesheets.properties +++ b/res/spritesheets.properties @@ -30,7 +30,6 @@ atcs.spritesheet.items_misc_4.category=item atcs.spritesheet.items_misc_5.category=item atcs.spritesheet.items_misc_6.category=item atcs.spritesheet.items_necklaces_1.category=item -atcs.spritesheet.items_omgeeky.category=item atcs.spritesheet.items_omi2.category=item atcs.spritesheet.items_reterski_1.category=item atcs.spritesheet.items_rijackson_1.category=item @@ -43,7 +42,6 @@ atcs.spritesheet.items_weapons_2.category=item atcs.spritesheet.items_weapons_3.category=item atcs.spritesheet.monsters_armor1.category=monster -atcs.spritesheet.monsters_arulirs.category=monster atcs.spritesheet.monsters_dogs.category=monster atcs.spritesheet.monsters_eye1.category=monster @@ -51,7 +49,6 @@ atcs.spritesheet.monsters_eye2.category=monster atcs.spritesheet.monsters_eye3.category=monster atcs.spritesheet.monsters_eye4.category=monster -atcs.spritesheet.monsters_fatboy73.category=monster atcs.spritesheet.monsters_ghost1.category=monster atcs.spritesheet.monsters_gisons.category=monster atcs.spritesheet.monsters_guynmart.category=monster diff --git a/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java b/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java index a8364e4..496dd17 100644 --- a/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java +++ b/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java @@ -43,7 +43,7 @@ import com.gpl.rpg.atcontentstudio.ui.WorkspaceSelector; public class ATContentStudio { public static final String APP_NAME = "Andor's Trail Content Studio"; - public static final String APP_VERSION = "v0.6.19"; + public static final String APP_VERSION = "v0.6.18"; public static final String CHECK_UPDATE_URL = "https://andorstrail.com/static/ATCS_latest"; public static final String DOWNLOAD_URL = "https://andorstrail.com/viewtopic.php?f=6&t=4806";