rat-times/project.godot

45 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-02-24 20:39:49 +00:00
; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
config/name="Rat Times"
config/description="Track your time(s)s"
run/main_scene="res://Main.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="rat_times"
config/features=PackedStringArray("4.0")
2023-03-03 21:12:54 +00:00
run/low_processor_mode=true
2023-02-24 20:39:49 +00:00
boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 0)
boot_splash/show_image=false
2023-03-03 21:12:54 +00:00
config/icon="res://assets/logo.svg"
2023-02-24 20:39:49 +00:00
config/macos_native_icon="res://logo.icns"
config/windows_native_icon="res://logo.ico"
[display]
window/size/viewport_width=500
window/size/viewport_height=151
window/size/resizable=false
window/size/always_on_top=true
window/size/transparent=true
window/per_pixel_transparency/allowed=true
window/subwindows/embed_subwindows=false
[physics]
common/enable_pause_aware_picking=true
[rendering]
textures/vram_compression/import_etc2_astc=true
viewport/transparent_background=true
environment/default_environment="res://default_env.tres"