mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Tweaked templates to allow all map sizes.
To be released as 0.95c.
This commit is contained in:
parent
90b72a7856
commit
7aa8213cd5
@ -2,7 +2,7 @@
|
||||
{
|
||||
"Analogy" :
|
||||
{
|
||||
"minSize" : "m", "maxSize" : "m",
|
||||
"minSize" : "s", "maxSize" : "m",
|
||||
"players" : "4",
|
||||
"zones" :
|
||||
{
|
||||
@ -126,7 +126,7 @@
|
||||
},
|
||||
"Golden Ring" :
|
||||
{
|
||||
"minSize" : "m", "maxSize" : "m",
|
||||
"minSize" : "m", "maxSize" : "l",
|
||||
"players" : "3",
|
||||
"zones" :
|
||||
{
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
namespace GameConstants
|
||||
{
|
||||
const std::string VCMI_VERSION = "VCMI 0.95b";
|
||||
const std::string VCMI_VERSION = "VCMI 0.95c";
|
||||
|
||||
const int BFIELD_WIDTH = 17;
|
||||
const int BFIELD_HEIGHT = 11;
|
||||
|
Loading…
Reference in New Issue
Block a user