tweak settings and debugger

This commit is contained in:
2025-02-18 01:18:40 +10:00
parent 3458ce8bf0
commit ba8b0bb559
2 changed files with 1 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ const CONFIG_PATH := "user://settings.cfg"
DisplayServer.window_set_vsync_mode(value)
vsync = value
@export var limit_max_fps: bool = false:
@export var limit_max_fps: bool = true:
set(value):
if value:
Engine.max_fps = max_fps