mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:34:43 -04:00
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:
parent
2d8d522031
commit
8daacbac5e
5 changed files with 84 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue