Skip to content

Commit 272b092

Browse files
committed
Bump the minimum map size to 6x6
1 parent 0e98290 commit 272b092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/mapeditor/LayoutCanvas.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ local LayoutCanvas = Class( 'LayoutCanvas' )
2020
-- Constants
2121
-- ------------------------------------------------
2222

23-
local MIN_MAP_WIDTH = 3
24-
local MIN_MAP_HEIGHT = 3
23+
local MIN_MAP_WIDTH = 6
24+
local MIN_MAP_HEIGHT = 6
2525

2626
local MAX_MAP_WIDTH = 16
2727
local MAX_MAP_HEIGHT = 16

0 commit comments

Comments
 (0)