Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/task_ship_view' into task_ship_view
Browse files Browse the repository at this point in the history
  • Loading branch information
royfalk committed Oct 28, 2024
2 parents 1270946 + 1a458e5 commit 5a79352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"resolution_y": 1600,
"screen": 0
},

"components": {
"drive": {
"non_combat_mode_multiplier": 100
Expand All @@ -16,6 +16,6 @@
"constants": {
"megajoules_multiplier": 100
},

"advanced": {}
}

0 comments on commit 5a79352

Please sign in to comment.