ChocolateBird/theme/menu_theme.tres

127 lines
5.0 KiB
Plaintext
Raw Normal View History

[gd_resource type="Theme" load_steps=25 format=2]
2023-07-31 15:18:02 +09:30
[ext_resource path="res://3rd_party/sysfont/dynamicfont.tres" type="DynamicFont" id=1]
[ext_resource path="res://theme/border_stylebox.tres" type="StyleBox" id=2]
[ext_resource path="res://theme/slider8px_inner_stylebox.tres" type="StyleBox" id=3]
[ext_resource path="res://theme/slider8px_stylebox.tres" type="StyleBox" id=4]
2023-08-01 23:22:31 +09:30
[ext_resource path="res://theme/vscroll10px_inner_stylebox.tres" type="StyleBox" id=5]
[ext_resource path="res://theme/vscroll10px_stylebox.tres" type="StyleBox" id=6]
[ext_resource path="res://theme/vslider10px_inner_stylebox.tres" type="StyleBox" id=7]
[ext_resource path="res://theme/vslider10px_stylebox.tres" type="StyleBox" id=8]
[ext_resource path="res://theme/ThemeElements.png" type="Texture" id=9]
[ext_resource path="res://theme/border_imagetexture.tres" type="Texture" id=10]
[ext_resource path="res://theme/checkbox_filled.png" type="Texture" id=11]
[ext_resource path="res://theme/border_imagetexture_black.tres" type="Texture" id=12]
2023-08-01 23:22:31 +09:30
[sub_resource type="StyleBoxTexture" id=10]
texture = ExtResource( 9 )
region_rect = Rect2( 24, 1, 4, 7 )
margin_left = 1.0
margin_right = 1.0
[sub_resource type="StyleBoxTexture" id=9]
texture = ExtResource( 9 )
region_rect = Rect2( 12, 1, 8, 7 )
margin_left = 3.0
margin_right = 3.0
2023-07-31 15:18:02 +09:30
2023-08-16 00:35:59 +09:30
[sub_resource type="StyleBoxLine" id=12]
color = Color( 1, 1, 1, 1 )
grow_begin = 0.0
grow_end = 0.0
2023-07-31 15:18:02 +09:30
[sub_resource type="ImageTexture" id=4]
[sub_resource type="ImageTexture" id=2]
[sub_resource type="ImageTexture" id=3]
2023-08-01 23:22:31 +09:30
[sub_resource type="StyleBoxEmpty" id=5]
2023-08-15 16:20:40 +09:30
[sub_resource type="AtlasTexture" id=11]
atlas = ExtResource( 9 )
region = Rect2( 1, 55, 7, 8 )
2023-08-16 00:35:59 +09:30
[sub_resource type="StyleBoxLine" id=13]
color = Color( 1, 1, 1, 1 )
grow_begin = 0.0
grow_end = 0.0
vertical = true
2023-08-01 23:22:31 +09:30
[sub_resource type="ImageTexture" id=6]
[sub_resource type="ImageTexture" id=7]
[sub_resource type="ImageTexture" id=8]
2023-07-31 15:18:02 +09:30
[resource]
default_font = ExtResource( 1 )
Button/colors/font_color = Color( 1, 1, 1, 1 )
2023-08-01 23:22:31 +09:30
Button/styles/disabled = ExtResource( 2 )
Button/styles/hover = ExtResource( 2 )
2023-07-31 15:18:02 +09:30
Button/styles/normal = ExtResource( 2 )
2023-08-01 23:22:31 +09:30
Button/styles/pressed = ExtResource( 2 )
CheckBox/icons/checked = ExtResource( 11 )
CheckBox/icons/checked_disabled = ExtResource( 11 )
CheckBox/icons/radio_checked = ExtResource( 11 )
CheckBox/icons/radio_checked_disabled = ExtResource( 11 )
CheckBox/icons/radio_unchecked = ExtResource( 10 )
CheckBox/icons/radio_unchecked_disabled = ExtResource( 12 )
CheckBox/icons/unchecked = ExtResource( 10 )
CheckBox/icons/unchecked_disabled = ExtResource( 12 )
CheckBox/styles/hover_pressed = ExtResource( 2 )
2023-08-01 23:22:31 +09:30
HScrollBar/styles/grabber = SubResource( 10 )
HScrollBar/styles/grabber_highlight = SubResource( 10 )
HScrollBar/styles/grabber_pressed = SubResource( 10 )
HScrollBar/styles/scroll = SubResource( 9 )
HScrollBar/styles/scroll_focus = SubResource( 9 )
2023-08-16 00:35:59 +09:30
HSeparator/styles/separator = SubResource( 12 )
2023-07-31 15:18:02 +09:30
HSlider/icons/grabber = SubResource( 4 )
HSlider/icons/grabber_disabled = SubResource( 2 )
HSlider/icons/grabber_highlight = SubResource( 3 )
HSlider/styles/grabber_area = ExtResource( 3 )
HSlider/styles/grabber_area_highlight = ExtResource( 3 )
HSlider/styles/slider = ExtResource( 4 )
2023-08-01 23:22:31 +09:30
ItemList/styles/bg = SubResource( 5 )
2023-07-31 15:18:02 +09:30
Label/colors/font_color = Color( 1, 1, 1, 1 )
Label/colors/font_color_shadow = Color( 0, 0, 0, 0.501961 )
Label/constants/line_spacing = 1
Label/constants/shadow_as_outline = 0
Label/constants/shadow_offset_x = 1
Label/constants/shadow_offset_y = 1
2023-08-15 16:20:40 +09:30
LineEdit/constants/minimum_spaces = 2
LineEdit/styles/focus = ExtResource( 2 )
LineEdit/styles/normal = ExtResource( 2 )
LineEdit/styles/read_only = ExtResource( 2 )
OptionButton/constants/arrow_margin = 0
OptionButton/constants/hseparation = 0
OptionButton/styles/disabled = ExtResource( 2 )
OptionButton/styles/focus = ExtResource( 2 )
OptionButton/styles/hover = ExtResource( 2 )
OptionButton/styles/normal = ExtResource( 2 )
OptionButton/styles/pressed = ExtResource( 2 )
2023-07-31 15:18:02 +09:30
Panel/styles/panel = ExtResource( 2 )
2023-07-31 23:32:46 +09:30
PanelContainer/styles/panel = ExtResource( 2 )
PopupMenu/styles/hover = ExtResource( 2 )
PopupMenu/styles/panel = ExtResource( 2 )
PopupMenu/styles/panel_disabled = ExtResource( 2 )
2023-08-15 16:20:40 +09:30
SpinBox/icons/updown = SubResource( 11 )
2023-07-31 15:18:02 +09:30
TabContainer/colors/font_color_bg = Color( 0.501961, 0.501961, 0.501961, 1 )
TabContainer/colors/font_color_fg = Color( 1, 1, 1, 1 )
TabContainer/styles/panel = ExtResource( 2 )
TabContainer/styles/tab_bg = ExtResource( 2 )
TabContainer/styles/tab_disabled = ExtResource( 2 )
TabContainer/styles/tab_fg = ExtResource( 2 )
Tree/styles/bg = ExtResource( 2 )
2023-08-01 23:22:31 +09:30
VScrollBar/styles/grabber = ExtResource( 5 )
VScrollBar/styles/grabber_highlight = ExtResource( 5 )
VScrollBar/styles/grabber_pressed = ExtResource( 5 )
VScrollBar/styles/scroll = ExtResource( 6 )
2023-08-16 00:35:59 +09:30
VSeparator/styles/separator = SubResource( 13 )
2023-08-01 23:22:31 +09:30
VSlider/icons/grabber = SubResource( 6 )
VSlider/icons/grabber_disabled = SubResource( 7 )
VSlider/icons/grabber_highlight = SubResource( 8 )
VSlider/styles/grabber_area = ExtResource( 7 )
VSlider/styles/grabber_area_highlight = ExtResource( 7 )
VSlider/styles/slider = ExtResource( 8 )