adjusted config params

This commit is contained in:
Johannes Schmelz 2024-11-19 19:09:37 +01:00
parent 818fdf4670
commit 3c21165efb

View File

@ -34,13 +34,13 @@ public class MonopolyConfig extends Config {
* The width of the game map in terms of grid units.
*/
@Property("map.width")
private int mapWidth = 10;
private int mapWidth = 11;
/**
* The height of the game map in terms of grid units.
*/
@Property("map.height")
private int mapHeight = 10;
private int mapHeight = 11;
/**
* Creates an instance of {@code MonopolyConfig} with default settings.