mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:44:42 -04:00
Organized Preferences better
As a result, "General" no longer exists.
This commit is contained in:
parent
ec81950139
commit
f88d201e1a
9 changed files with 337 additions and 179 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Theme" load_steps=39 format=2]
|
||||
[gd_resource type="Theme" load_steps=40 format=2]
|
||||
|
||||
[ext_resource path="res://assets/themes/light/icons/hsplit.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/themes/light/icons/grabber.png" type="Texture" id=2]
|
||||
|
@ -200,6 +200,18 @@ corner_radius_bottom_right = 4
|
|||
corner_radius_bottom_left = 4
|
||||
anti_aliasing = false
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=33]
|
||||
bg_color = Color( 0.541176, 0.541176, 0.541176, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.2, 0.2, 0.2, 1 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=21]
|
||||
bg_color = Color( 0.772549, 0.772549, 0.772549, 1 )
|
||||
|
||||
|
@ -425,7 +437,7 @@ LineEdit/fonts/font = null
|
|||
LineEdit/icons/clear = null
|
||||
LineEdit/styles/focus = null
|
||||
LineEdit/styles/normal = SubResource( 20 )
|
||||
LineEdit/styles/read_only = null
|
||||
LineEdit/styles/read_only = SubResource( 33 )
|
||||
MenuButton/colors/font_color = Color( 0, 0, 0, 1 )
|
||||
MenuButton/colors/font_color_disabled = Color( 1, 1, 1, 0.3 )
|
||||
MenuButton/colors/font_color_hover = Color( 0, 0, 0, 1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue