From 4297022b75d26e32730080dbd947a0b554a5e20a Mon Sep 17 00:00:00 2001 From: Moroz Michael Date: Thu, 26 Dec 2019 03:51:13 +0200 Subject: [PATCH] Updated version --- CMakeLists.txt | 12 ++++++------ game_folder/levels/scores.bin | 0 game_folder/locals/English.loc | 2 +- game_folder/locals/German.loc | 2 +- game_folder/locals/Japanese.loc | 2 +- game_folder/locals/Polish.loc | 2 +- game_folder/locals/Russian.loc | 2 +- game_folder/locals/Ukrainian.loc | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 game_folder/levels/scores.bin diff --git a/CMakeLists.txt b/CMakeLists.txt index 15ad6012..bf42c281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.0) project(MarbleMarcher) set(CMAKE_CXX_STANDARD 17) - +set(MM_VERSION 1.4.1) if (WIN32) #CHECK THE BITNESS if(CMAKE_SIZEOF_VOID_P EQUAL 8) @@ -125,17 +125,17 @@ elseif(UNIX) ) install(TARGETS MarbleMarcher COMPONENT linapp - RUNTIME DESTINATION "/home/MMCE1.4" - LIBRARY DESTINATION "/home/MMCE1.4" - DESTINATION "/home/MMCE1.4" + RUNTIME DESTINATION "/home/MMCE" + LIBRARY DESTINATION "/home/MMCE" + DESTINATION "/home/MMCE" ) - install(DIRECTORY "${PROJECT_SOURCE_DIR}/game_folder/" DESTINATION "/home/MMCE1.4") + install(DIRECTORY "${PROJECT_SOURCE_DIR}/game_folder/" DESTINATION "/home/MMCE") set(CPACK_PACKAGE_NAME "MarbleMarcher") set(CPACK_PACKAGE_VENDOR "MarbleMarcher") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A ray marched marble game") - set(CPACK_PACKAGE_VERSION "1.4.0") + set(CPACK_PACKAGE_VERSION "${MM_VERSION}") set(CPACK_PACKAGE_VERSION_MAJOR "1") set(CPACK_PACKAGE_VERSION_MINOR "4") set(CPACK_PACKAGE_VERSION_PATCH "7") diff --git a/game_folder/levels/scores.bin b/game_folder/levels/scores.bin new file mode 100644 index 00000000..e69de29b diff --git a/game_folder/locals/English.loc b/game_folder/locals/English.loc index fc7baa4d..2dc62eab 100644 --- a/game_folder/locals/English.loc +++ b/game_folder/locals/English.loc @@ -60,7 +60,7 @@ Back To Main Menu #CreateNewLvl Create a new level #About -©2019 Original by CodeParade, 1.4.0 beta, Community Edition +©2019 Original by CodeParade, 1.4.1 beta, Community Edition Music by PettyTheft #DetailControls Roll WASD or Arrows diff --git a/game_folder/locals/German.loc b/game_folder/locals/German.loc index 65ba32ad..eb7cf691 100644 --- a/game_folder/locals/German.loc +++ b/game_folder/locals/German.loc @@ -61,7 +61,7 @@ Zurück zum Hauptmenü #CreateNewLvl Erstelle ein neues Level #About -©2019 Original by CodeParade, 1.4.0 beta, Community Edition +©2019 Original by CodeParade, 1.4.1 beta, Community Edition Music von PettyTheft #DetailControls Rollen WASD oder Pfeiltasten diff --git a/game_folder/locals/Japanese.loc b/game_folder/locals/Japanese.loc index eb183383..7951b836 100644 --- a/game_folder/locals/Japanese.loc +++ b/game_folder/locals/Japanese.loc @@ -60,7 +60,7 @@ Back To Main Menu #CreateNewLvl Create a new level #About -©2019 Original by CodeParade, 1.4.0 beta, Community Edition +©2019 Original by CodeParade, 1.4.1 beta, Community Edition Music by PettyTheft #DetailControls Roll WASD or Arrows diff --git a/game_folder/locals/Polish.loc b/game_folder/locals/Polish.loc index e0fa1858..0a22f209 100644 --- a/game_folder/locals/Polish.loc +++ b/game_folder/locals/Polish.loc @@ -60,7 +60,7 @@ Powrót do menu #CreateNewLvl Stwórz nowy poziom #About -©2019 Original by CodeParade, 1.4.0 beta, Community Edition +©2019 Original by CodeParade, 1.4.1 beta, Community Edition Muzyka zrobiona przez PettyTheft #DetailControls Toczenie się WASD lub Strzałki diff --git a/game_folder/locals/Russian.loc b/game_folder/locals/Russian.loc index 57e1a01d..66ec6e9a 100644 --- a/game_folder/locals/Russian.loc +++ b/game_folder/locals/Russian.loc @@ -60,7 +60,7 @@ Michael Moroz - англійська, українська та російськ #CreateNewLvl Створити новий рівень #About -©2019 Original by CodeParade, 1.4.0 beta, Community Edition +©2019 Original by CodeParade, 1.4.1 beta, Community Edition Музика PettyTheft #DetailControls Котитися WASD or Arrows diff --git a/game_folder/locals/Ukrainian.loc b/game_folder/locals/Ukrainian.loc index 64d9be2c..aae66ba2 100644 --- a/game_folder/locals/Ukrainian.loc +++ b/game_folder/locals/Ukrainian.loc @@ -60,7 +60,7 @@ Michael Moroz - англійська, українська та російськ #CreateNewLvl Створити новий рівень #About -©2019 Original by CodeParade, 1.4.0 beta, Community Edition +©2019 Original by CodeParade, 1.4.1 beta, Community Edition Музика PettyTheft #DetailControls Котитися WASD or Arrows