summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-31 22:12:48 +1000
committerquou <quou@disroot.org>2024-07-31 22:12:48 +1000
commit205f7d49530e6c32ec0a09045d9cb45dcf9b1752 (patch)
treee1d3432a677ff3511ed191aabfde6cf240f784b7 /config.h
parent8d729883b3e134df8b9fc10f094df9fc3618bdb4 (diff)
GUI + map editor beginnings
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index 3e4a32d..87a4824 100644
--- a/config.h
+++ b/config.h
@@ -4,6 +4,8 @@
#define memory_size (1024 * 1024 * 128)
#define app_memory_size (1024 * 1024 * 32)
#define asset_preload_memory_size (1024 * 1024 * 8)
+#define gui_memory_size (1024 * 8)
+#define map_memory_size (1024 * 8)
#define max_vp_w 2000
#define max_vp_h 2000
@@ -11,4 +13,7 @@
#define max_pc_window_w 5000
#define max_pc_window_h 3000
+#define max_map_w 32
+#define max_map_h 32
+
#endif