Skip to content

Commit

Permalink
set a new custom BAR engine
Browse files Browse the repository at this point in the history
  • Loading branch information
gajop committed Aug 19, 2022
1 parent e27c3a8 commit 7c7f07c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dist_cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@
"games": ["sbc:test"],
"resources": [
{
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR%7D104.0.1-1977-g12700e0/spring_bar_.BAR.104.0.1-1977-g12700e0_windows-64-minimal-portable.7z",
"destination": "engine/104.0.1-1977-g12700e0 bar",
"url": "https://github.com/Spring-SpringBoard/SpringBoard-Resources/releases/download/resources/spring_bar_.BAR105-BIGMEM.105.1.1-1101-g96d9a59_windows-64-minimal-portable.7z",
"destination": "engine/105.1.1-1101-g96d9a59-bar",
"extract": true
}
]
},
"launch": {
"game": "rapid://sbc:test",
"map": "sb_initial_blank_10x8",
"engine": "104.0.1-1977-g12700e0 bar",
"engine": "105.1.1-1101-g96d9a59-bar",
"map_options": {
"new_map_x": 10,
"new_map_y": 8
Expand All @@ -104,16 +104,16 @@
"games": ["sbc:test"],
"resources": [
{
"url": "https://github.com/beyond-all-reason/spring/releases/download/spring_bar_%7BBAR%7D104.0.1-1977-g12700e0/spring_bar_.BAR.104.0.1-1977-g12700e0_linux-64-minimal-portable.7z",
"destination": "engine/104.0.1-1977-g12700e0 bar",
"url": "https://github.com/Spring-SpringBoard/SpringBoard-Resources/releases/download/resources/spring_bar_.BAR105-BIGMEM.105.1.1-1101-g96d9a59_linux-64-minimal-portable.7z",
"destination": "engine/105.1.1-1101-g96d9a59-bar",
"extract": true
}
]
},
"launch": {
"game": "rapid://sbc:test",
"map": "sb_initial_blank_10x8",
"engine": "104.0.1-1977-g12700e0 bar",
"engine": "105.1.1-1101-g96d9a59-bar",
"map_options": {
"new_map_x": 10,
"new_map_y": 8
Expand Down

0 comments on commit 7c7f07c

Please sign in to comment.