Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMoroz committed Dec 26, 2019
1 parent c36c66b commit 4297022
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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")
Expand Down
Empty file added game_folder/levels/scores.bin
Empty file.
2 changes: 1 addition & 1 deletion game_folder/locals/English.loc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion game_folder/locals/German.loc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion game_folder/locals/Japanese.loc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion game_folder/locals/Polish.loc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion game_folder/locals/Russian.loc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion game_folder/locals/Ukrainian.loc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4297022

Please sign in to comment.