mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-26 00:34:43 -04:00
3 themes available under Preferences, changed theme organization
Dark theme (default), gray theme, Godot's theme
This commit is contained in:
parent
71d4a58a8c
commit
abee0653d6
9 changed files with 28 additions and 20 deletions
|
@ -48,8 +48,8 @@ margin_top = 24.0
|
|||
margin_right = 218.0
|
||||
margin_bottom = 44.0
|
||||
text = "Dark Theme"
|
||||
items = [ "Main Theme", null, false, 0, null, "Dark Theme", null, false, 1, null ]
|
||||
selected = 1
|
||||
items = [ "Dark Theme", null, false, 0, null, "Gray Theme", null, false, 1, null, "Godot's Theme", null, false, 2, null ]
|
||||
selected = 0
|
||||
|
||||
[node name="GridOptionsLabel" type="Label" parent="VBoxContainer"]
|
||||
margin_top = 48.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue