Skip to content

Commit

Permalink
Use fewer resources
Browse files Browse the repository at this point in the history
  • Loading branch information
noidexe committed Jun 8, 2022
1 parent f118b0d commit 0b9b7fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit 0b9b7fa

Please sign in to comment.