mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:24:44 -04:00
Buttons to reset preferences to default
Similar functionality with Godot's default buttons. The buttons currently aren't visible with the gold & light themes.
This commit is contained in:
parent
f88d201e1a
commit
051f3df147
9 changed files with 185 additions and 71 deletions
|
@ -59,7 +59,7 @@ var checker_size := 10
|
|||
var checker_color_1 := Color(0.47, 0.47, 0.47, 1)
|
||||
var checker_color_2 := Color(0.34, 0.35, 0.34, 1)
|
||||
|
||||
var autosave_interval := 5.0
|
||||
var autosave_interval := 1.0
|
||||
var enable_autosave := true
|
||||
|
||||
# Tools & options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue