Skip to content

Commit

Permalink
Merge 'feat(mapping): Shorten MW GUI Section text' (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohnson57 committed Nov 8, 2023
2 parents 53bcb23 + 243667f commit 48a12bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/settings_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{
"name": "multiworld_section",
"text": "Multi-World Generation",
"subheader": "Play interconnected seeds with multiple players. Each player receives one of the worlds, which can contain items for other players. See <a href='https://wiki.ootrandomizer.com/index.php?title=Multiworld' target='_blank'>the wiki article on multiworld</a> for details.<br>You will need a plugin like <a href='https://github.com/TestRunnerSRL/bizhawk-co-op' target='_blank'>bizhawk-co-op</a> or <a href='https://midos.house/mw' target='_blank'>Mido's House Multiworld</a> to connect the worlds together.<br>Increasing Player Count will drastically increase the generation time.",
"subheader": "Play interconnected seeds with multiple players. Each player will receive their own world, which can contain items for other players. See <a href='https://wiki.ootrandomizer.com/index.php?title=Multiworld' target='_blank'>the wiki</a> for details.<br>Increasing Player Count will drastically increase the generation time.",
"row_span": [1,1,1],
"settings": [
"world_count",
Expand Down Expand Up @@ -107,7 +107,7 @@
{
"name": "multiworld_section",
"text": "Multi-World Generation",
"subheader": "Play interconnected seeds with multiple players. Each player receives one of the worlds, which can contain items for other players. See <a href='https://wiki.ootrandomizer.com/index.php?title=Multiworld' target='_blank'>the wiki article on multiworld</a> for details.<br>You will need a plugin like <a href='https://github.com/TestRunnerSRL/bizhawk-co-op' target='_blank'>bizhawk-co-op</a> or <a href='https://midos.house/mw' target='_blank'>Mido's House Multiworld</a> to connect the worlds together.",
"subheader": "Play interconnected seeds with multiple players. Each player will receive their own world, which can contain items for other players. See <a href='https://wiki.ootrandomizer.com/index.php?title=Multiworld' target='_blank'>the wiki</a> for details.",
"row_span": [1,1,1],
"settings": [
"player_num"
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '7.1.202'
__version__ = '7.1.203'

# This is a supplemental version number for branches based off of main dev.
supplementary_version = 0
Expand Down

0 comments on commit 48a12bf

Please sign in to comment.