diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-12 14:49:58 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-12 14:49:58 +0100 |
commit | 4c64dbc5c4ac44ef7dfe8a950ee67f96e6f99991 (patch) | |
tree | cc646733d78e4adf4fea2bf0ef3153409789982d /src/crepe/api/Config.h | |
parent | 91aa03ded258c13cf3bc31640778df61e233906d (diff) |
fixed 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 cd27343..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. */ - float gravity = 1; + float gravity = 10; } physics; //! default window settings |