Gravity increased

This commit is contained in:
MihailRis
2023-12-05 19:53:22 +03:00
parent fd11b55be7
commit ca2f3cc649
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Level::Level(World* world, const Content* content, Player* player, EngineSetting
chunksStorage(new ChunksStorage(this)),
events(new LevelEvents()) ,
settings(settings) {
physics = new PhysicsSolver(vec3(0, -19.6f, 0));
physics = new PhysicsSolver(vec3(0, -22.6f, 0));
uint matrixSize = (settings.chunks.loadDistance+
settings.chunks.padding) * 2;