mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:54: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
|
@ -1,9 +1,13 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Themes & Styles/Main Theme/Main Theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://Themes & Styles/Godot's Theme/Godot's Theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://Scripts/NotificationLabel.gd" type="Script" id=2]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[node name="NotificationLabel" type="Label"]
|
||||
margin_right = 116.0
|
||||
margin_bottom = 14.0
|
||||
|
|
|
@ -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