mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-14 19:55:02 +01:00
Make gravity more forgiving (3 block jump)
This commit is contained in:
parent
47035f1460
commit
a1e9bc6754
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue