We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fe36a commit 01dc131Copy full SHA for 01dc131
src/level.h
@@ -22,8 +22,8 @@
22
23
// these are the limits for length/width and height of levels!
24
// (for individual dimensions only; see the above two #defines too)
25
-#define MAX_2D_SIZE 64
26
-#define MAX_HEIGHT 64
+#define MAX_2D_SIZE 100
+#define MAX_HEIGHT 49
27
28
// maximum size of the 8x8 tile maps based on 2D map size
29
// (with a bit of padding at the bottom just because)
0 commit comments