; 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") boot_splash/bg_color=Color(0.141176, 0.141176, 0.141176, 0) boot_splash/show_image=false config/icon="res://logo.svg" 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"