diff --git a/CMakeLists.txt b/CMakeLists.txt index f3562eaa..a718e1ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,6 +174,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 new file mode 100644 index 00000000..10b74f3e --- /dev/null +++ b/config.json @@ -0,0 +1,10 @@ +{ +"general": {}, + +"graphics": { + "resolution_x": 2560, + "resolution_y": 1600, + "screen": 0 +}, +"advanced": {} +}