1
0
forked from 0ad/0ad

Switch Medium and Normal map sizes.

The default size used to be Medium, when "Normal" makes more sense for
that.
Further, "medium" is now halfway between tiny and giant sizes, which
also makes more sense.

Patch by: Nescio
Reviewed By: wraitii
Differential Revision: https://code.wildfiregames.com/D2927
This was SVN commit r23939.
This commit is contained in:
wraitii 2020-08-06 07:57:27 +00:00
parent 02efd269c9
commit cdefefa617

View File

@ -13,13 +13,13 @@
"Tiles": 192
},
{
"Name": "Medium",
"Tooltip": "Medium-sized maps provide plenty of space for two players, but even eight players fit.",
"Name": "Normal",
"Tooltip": "This map size provides plenty of space for two players, but even eight players fit.",
"Tiles": 256,
"Default": true
},
{
"Name": "Normal",
"Name": "Medium",
"Tooltip": "This is the ideal mapsize for 4 to 8 players, because there is plenty of space to expand while the neighbors are quickly reachable.",
"Tiles": 320
},