add option to turn devtools off #17

Merged
LuckyTurtleDev merged 2 commits from devtools into main 2024-07-07 14:03:30 +00:00
Showing only changes of commit 86c63277c3 - Show all commits

View file

@ -75,7 +75,8 @@ fn config(config: GameConfig) -> GameConfig {
GameConfig {
tonemapping_enabled: true,
dev,
..Default::default()
target_framerate: 165,
..config
}
}