diff --git a/project.godot b/project.godot index 211e1d0..d5d2130 100644 --- a/project.godot +++ b/project.godot @@ -11,6 +11,7 @@ config_version=4 [application] config/name="Godot Version Manager" +config/description="Small tool to manage downloading different Godot versions. Also shows snippets of the news section. " run/main_scene="res://scenes/Main.tscn" run/low_processor_mode=true boot_splash/image="res://splash.png" @@ -79,4 +80,7 @@ common/enable_pause_aware_picking=true [rendering] quality/driver/driver_name="GLES2" +quality/intended_usage/framebuffer_allocation=1 +quality/intended_usage/framebuffer_allocation.mobile=1 +quality/filters/use_nearest_mipmap_filter=true environment/default_environment="res://default_env.tres"