ChocolateBird/theme/menu_theme.tres

93 lines
3.7 KiB
Plaintext
Raw Normal View History

2023-08-01 23:22:31 +09:30
[gd_resource type="Theme" load_steps=19 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]
[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
[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]
[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 )
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-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
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-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 )
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 )