We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c55cb commit 22b40a8Copy full SHA for 22b40a8
1 file changed
Assets/Project/Scripts/Managers/MapGenerationManager.cs
@@ -7,7 +7,7 @@
7
public class MapGenerationManager : MonoBehaviour
8
{
9
public static readonly int MAP_DIMENSION_LOWER_BOUND = 3;
10
- public static readonly int MAP_DIMENSION_UPPER_BOUND = 10;
+ public static readonly int MAP_DIMENSION_UPPER_BOUND = 50;
11
12
public UnityEvent mapGeneratedEvent;
13
public UnityEvent<List<MapTile>> mapTilesWereAddedEvent;
0 commit comments