aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax-001 <80035972+Max-001@users.noreply.github.com>2025-01-10 18:51:37 +0100
committerGitHub <noreply@github.com>2025-01-10 18:51:37 +0100
commitf3413f3d0fbffee0cc363096cd873a8be766ad64 (patch)
treeaa033307a742df0c22131482858749bcf480ba38 /src
parent7aa07561a52016007ff852acefa4db68260f0f1e (diff)
parent842ed3c20d923a84b5a267169b15c2170f97f099 (diff)
Merge pull request #130 from lonkaars/max/game2
Max/game2
Diffstat (limited to 'src')
-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 7475528..65a8302 100644
--- a/src/crepe/api/Config.h
+++ b/src/crepe/api/Config.h
@@ -86,7 +86,7 @@ struct Config final {
* This config option is the font size at which all fonts will be loaded initially.
*
*/
- unsigned int size = 500;
+ unsigned int size = 100;
} font;
//! Configuration for click tolerance.
struct {