Added "Performance" tab in Preferences that exposes options related to the application's FPS to the user

This also makes the behavior added in #394 toggle-able.
This commit is contained in:
Manolis Papadeas 2021-01-05 20:01:50 +02:00
parent 2d8d522031
commit 8daacbac5e
5 changed files with 84 additions and 3 deletions

View file

@ -63,6 +63,8 @@ var checker_color_2 := Color(0.34, 0.35, 0.34, 1)
var checker_follow_movement := false
var checker_follow_scale := false
var tilemode_opacity := 1.0
var fps_limit_focus := true
var fps_limit := 0
var autosave_interval := 1.0
var enable_autosave := true