Make gravity more forgiving (3 block jump)

This commit is contained in:
crumblingstatue 2023-04-08 20:41:02 +02:00
parent 47035f1460
commit a1e9bc6754

View file

@ -155,7 +155,7 @@ impl Default for GameState {
camera_offset: spawn_point,
world: Default::default(),
player: Player::new_at(spawn_point),
gravity: 0.7,
gravity: 0.55,
tile_to_place: 1,
current_biome: Biome::Surface,
prev_biome: Biome::Surface,