From 3f4bf58375a4251584cf1a1b9f0b052b61f1014a Mon Sep 17 00:00:00 2001 From: "Nut.andor" Date: Sat, 4 Feb 2023 02:44:35 +0100 Subject: [PATCH] v0.6.19 png names --- 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, 8 insertions(+), 5 deletions(-) diff --git a/ATCS_JAR.jardesc b/ATCS_JAR.jardesc index c469af0..e1994ac 100644 --- a/ATCS_JAR.jardesc +++ b/ATCS_JAR.jardesc @@ -1,6 +1,6 @@ - + diff --git a/packaging/ATCS_latest b/packaging/ATCS_latest index 5c06962..2dd0f1a 100644 --- a/packaging/ATCS_latest +++ b/packaging/ATCS_latest @@ -1 +1 @@ -v0.6.18 \ No newline at end of file +v0.6.19 \ No newline at end of file diff --git a/packaging/Windows/ATCS_Installer.nsi b/packaging/Windows/ATCS_Installer.nsi index 3469548..e631b91 100644 --- a/packaging/Windows/ATCS_Installer.nsi +++ b/packaging/Windows/ATCS_Installer.nsi @@ -1,6 +1,6 @@ !include MUI2.nsh -!define VERSION "0.6.18" +!define VERSION "0.6.19" !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.18\ATCS_v${VERSION}.jar" + file "C:\AT\temp\ATCS_v0.6.19\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 6b067f5..ef853ad 100644 --- a/res/spritesheets.properties +++ b/res/spritesheets.properties @@ -30,6 +30,7 @@ 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 @@ -42,6 +43,7 @@ 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 @@ -49,6 +51,7 @@ 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 496dd17..a8364e4 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.18"; + public static final String APP_VERSION = "v0.6.19"; 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";