22 lines
1.4 KiB
TOML
22 lines
1.4 KiB
TOML
# ▄████████▄ + ███ + ▄█████████ ███ +
|
|
# ███▀ ▀███ + + ███ ███▀ + ███ + +
|
|
# ███ + ███ ███ ███ █████████ ███ ███ ███ ███
|
|
# ███ +███ ███ ███ ███ ███▐██████ ███ ███ ███
|
|
# ███ + ███ ███+ ███ +███ ███ + ███ ███ + ███
|
|
# ███▄ ▄███ ███▄ ███ ███ + ███ + ███ ███▄ ███
|
|
# ▀████████▀ + ▀███████ ███▄ ███▄ ▀████ ▀███████
|
|
# + + + ███
|
|
# + ▀████████████████████████████████████████████████████▀
|
|
#
|
|
# User preferences for the game OutFly.
|
|
# See https://codeberg.org/hut/outfly
|
|
|
|
# fullscreen_mode may be "borderless", "true", or "sized"
|
|
fullscreen_mode = "borderless"
|
|
|
|
# window_mode may be "windowed", or "fullscreen"
|
|
window_mode = "fullscreen"
|
|
|
|
# render_mode may be "vulkan" or "gl"
|
|
render_mode = "vulkan"
|