From 721ae011ee02337ba009dcd7f493f3352426a109 Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:21:03 +1000 Subject: [PATCH] set a max fps of 60 and put low processor mode on so it should be better for weaker systems now --- project.godot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project.godot b/project.godot index f282c5d..15f1d4a 100644 --- a/project.godot +++ b/project.godot @@ -13,6 +13,8 @@ config_version=5 config/name="Focus Tool" run/main_scene="uid://df4wh83ypl085" config/features=PackedStringArray("4.4", "GL Compatibility") +run/max_fps=60 +run/low_processor_mode=true config/icon="uid://b502wtiwv20em" [display]