diff --git a/CMakeLists.txt b/CMakeLists.txt index 6de1a967..ea23d3d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,6 +176,7 @@ INSTALL(FILES weapons.json DESTINATION share/vegastrike) # Linux specific locations from here on out. INSTALL(FILES vegastrike.config DESTINATION share/vegastrike) +INSTALL(FILES config.json DESTINATION share/vegastrike) INSTALL(FILES vegastrike.desktop DESTINATION share/applications) INSTALL(FILES vegasettings.desktop DESTINATION share/applications) diff --git a/config.json b/config.json index 9e454fd3..1ff598d3 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,7 @@ "resolution_y": 1600, "screen": 0 }, - + "components": { "drive": { "non_combat_mode_multiplier": 100 @@ -16,6 +16,6 @@ "constants": { "megajoules_multiplier": 100 }, - + "advanced": {} }