Difficult-Rocket/config/main.toml

26 lines
415 B
TOML
Raw Normal View History

2022-03-22 21:18:04 +08:00
[runtime]
fps = 60
language = "zh-CN"
2022-03-22 23:20:07 +08:00
date_fmt = "%Y-%m-%d %H-%M-%S"
2022-03-22 21:18:04 +08:00
write_py_v = "3.8.10"
2023-07-16 00:59:24 +08:00
fonts_folder = "assets/fonts"
2022-03-22 21:18:04 +08:00
[window]
style = "None"
2023-12-03 16:53:57 +08:00
width = 1422
height = 1093
2022-03-22 21:18:04 +08:00
visible = true
2022-12-22 10:54:28 +08:00
gui_scale = 1
2023-06-07 19:59:37 +08:00
caption = "Difficult Rocket v{DR_version}"
2022-03-22 21:18:04 +08:00
resizable = true
full_screen = false
2023-12-15 12:45:46 +08:00
vsync = false
background_color = [21, 22, 23, 0]
2022-03-22 21:18:04 +08:00
[window.default]
width = 1024
height = 768
2022-12-22 10:54:28 +08:00
gui_scale = 1
2023-04-22 17:13:45 +08:00
[game.mods]
path = "mods"