Skip to content

Commit 22b40a8

Browse files
author
JasonNumberThirteen
committed
Restore previous upper bound of the map dimension
1 parent b5c55cb commit 22b40a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Project/Scripts/Managers/MapGenerationManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public class MapGenerationManager : MonoBehaviour
88
{
99
public static readonly int MAP_DIMENSION_LOWER_BOUND = 3;
10-
public static readonly int MAP_DIMENSION_UPPER_BOUND = 10;
10+
public static readonly int MAP_DIMENSION_UPPER_BOUND = 50;
1111

1212
public UnityEvent mapGeneratedEvent;
1313
public UnityEvent<List<MapTile>> mapTilesWereAddedEvent;

0 commit comments

Comments
 (0)