From d7d374c2f366d54e52f1c620ea896c4d7b89513a Mon Sep 17 00:00:00 2001 From: Nordup Date: Wed, 24 May 2023 01:25:36 +0300 Subject: [PATCH] max fps 60 --- project/project.godot | 1 + 1 file changed, 1 insertion(+) diff --git a/project/project.godot b/project/project.godot index 231fb20..e3859b1 100644 --- a/project/project.godot +++ b/project/project.godot @@ -14,6 +14,7 @@ config/name="TheGates" config/description="Building new Internet" run/main_scene="res://the_gates/scenes/app.tscn" config/features=PackedStringArray("4.0") +run/max_fps=60 boot_splash/image="res://the_gates/textures/background.png" boot_splash/fullsize=false config/icon="res://the_gates/icons/icon_64.png"