diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-12-16 17:54:06 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-12-16 17:54:06 +0100 |
commit | f0cda55f4336672e655420a22aaab3ccb7331e36 (patch) | |
tree | d41b8d97d9eb89d1d13c05877b5ce002d28ce659 /src/crepe/api/Config.h | |
parent | ccc7dd1f167daf869fb91118bd3fca8ea796fc8d (diff) | |
parent | 876896e50711509e80ef551b4e8ad440e8039b97 (diff) |
Merge remote-tracking branch 'origin/master' into max/game
Diffstat (limited to 'src/crepe/api/Config.h')
-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 6472270..ca2d3f1 100644 --- a/src/crepe/api/Config.h +++ b/src/crepe/api/Config.h @@ -53,7 +53,7 @@ struct Config final { * * Gravity value of game. */ - double gravity = 1; + float gravity = 10; } physics; //! default window settings |