diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2025-01-10 19:18:54 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2025-01-10 19:18:54 +0100 |
commit | e0054137a49927dc619ca1a94ca543ae01713e3c (patch) | |
tree | 366bc8f475c6b98030254f9ec7c64e3ad1f1064a /src/crepe | |
parent | 00086eaffe2c9c75ebad07eb77f1cc6198104adf (diff) | |
parent | 20f6f8ddf013e5d18770bd0a01474a845843bdd7 (diff) |
Merge branch 'master' into niels/game
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/api/Config.h | 2 |
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 { |