Browse Source

added some limits to the fps and processing modes to try and improve cpu and gpu load

Jonathan Higgins 4 months ago
parent
commit
e30683c5d1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      project.godot

+ 2 - 0
project.godot

@@ -14,6 +14,8 @@ config/name="SoundThread"
 config/description="Node based interface for the Composers Desktop Project"
 run/main_scene="uid://bcs87y7ptx3ke"
 config/features=PackedStringArray("4.4", "Forward Plus")
+run/max_fps=30
+run/low_processor_mode=true
 boot_splash/bg_color=Color(0.160784, 0.25098, 0.247059, 1)
 boot_splash/image="uid://hprx8lbgmd1n"
 config/icon="uid://5648pc85dknw"