improve movement at overworld #16
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ fn config(config: GameConfig) -> GameConfig {
|
|||
GameConfig {
|
||||
tonemapping_enabled: true,
|
||||
dev,
|
||||
..Default::default()
|
||||
target_framerate: 165,
|
||||
..config
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue