Skip to content

Commit

Permalink
test: add test for core gamemode
Browse files Browse the repository at this point in the history
  • Loading branch information
CactusPuppy committed Nov 5, 2024
1 parent b9bffd7 commit 6a8c91b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tests/customGameSettings.opy
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ settings {
],
"captureSpeed%": 60
},
"escort": {
"enabledMaps": [
"dorado"
],
"payloadSpeed%": 200
},
"general": {
"gamemodeStartTrigger": "manual",
"heroLimit": "off",
Expand Down
8 changes: 8 additions & 0 deletions src/tests/results/customGameSettings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ settings
}
Capture Speed Modifier: 60%
}
Escort
{
enabled maps
{
Dorado
}
Payload Speed Modifier: 200%
}
General
{
Game Mode Start: Manual
Expand Down

0 comments on commit 6a8c91b

Please sign in to comment.