mirror of
				https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
				synced 2025-10-31 20:29:03 +01:00 
			
		
		
		
	corrected map size
This commit is contained in:
		| @@ -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 = 12; | ||||
|     private int mapWidth = 10; | ||||
|  | ||||
|     /** | ||||
|      * The height of the game map in terms of grid units. | ||||
|      */ | ||||
|     @Property("map.height") | ||||
|     private int mapHeight = 12; | ||||
|     private int mapHeight = 10; | ||||
|  | ||||
|     /** | ||||
|      * Creates an instance of {@code MonopolyConfig} with default settings. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user