aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Config.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-06 10:42:44 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-06 10:42:44 +0100
commit04a37c297f9f4e22adcee1f4a3cc73cde4c3c7b0 (patch)
tree7f68150550d1e75e51862f8ab3f717de21759dc4 /src/crepe/api/Config.h
parentfed89f67432afde26d88d0ed41d3e68a93869e58 (diff)
changed game camera
Diffstat (limited to 'src/crepe/api/Config.h')
-rw-r--r--src/crepe/api/Config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h
index 3e9c9ef..9c226a3 100644
--- a/src/crepe/api/Config.h
+++ b/src/crepe/api/Config.h
@@ -85,7 +85,7 @@ struct Config final {
* This config option is the font size at which all fonts will be loaded initially.
*
*/
- unsigned int size = 40;
+ unsigned int size = 500;
} font;
//! Configuration for click tolerance.
struct {