online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/chat/chat_theme.tres')
| -rw-r--r-- | ui/chat/chat_theme.tres | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/ui/chat/chat_theme.tres b/ui/chat/chat_theme.tres deleted file mode 100644 index 5a26d6c..0000000 --- a/ui/chat/chat_theme.tres +++ /dev/null @@ -1,78 +0,0 @@ -[gd_resource type="Theme" load_steps=19 format=2] - -[ext_resource path="res://ui/theme/richtextlabel/tiny-bold.tres" type="DynamicFont" id=1] -[ext_resource path="res://assets/ui/CascadiaCode.ttf" type="DynamicFontData" id=2] -[ext_resource path="res://assets/ui/whitespace.png" type="Texture" id=4] -[ext_resource path="res://ui/theme/richtextlabel/tiny-italic.tres" type="DynamicFont" id=7] -[ext_resource path="res://ui/theme/button.tres" type="StyleBox" id=8] -[ext_resource path="res://ui/theme/flatblack.tres" type="StyleBox" id=11] -[ext_resource path="res://ui/theme/richtextlabel/tiny.tres" type="DynamicFont" id=12] -[ext_resource path="res://ui/theme/richtextlabel/tiny-bold-italic.tres" type="DynamicFont" id=15] -[ext_resource path="res://ui/theme/richtextlabel/tiny-Cascadia-Code.tres" type="DynamicFont" id=16] - -[sub_resource type="StyleBoxEmpty" id=7] - -[sub_resource type="StyleBoxEmpty" id=8] - -[sub_resource type="StyleBoxEmpty" id=9] - -[sub_resource type="StyleBoxEmpty" id=4] - -[sub_resource type="StyleBoxEmpty" id=21] - -[sub_resource type="StyleBoxEmpty" id=5] - -[sub_resource type="StyleBoxFlat" id=24] -content_margin_left = 10.0 -content_margin_right = 10.0 -content_margin_bottom = 10.0 -bg_color = Color( 0, 0, 0, 0.588235 ) -border_width_top = 65 -border_color = Color( 0.180392, 0.180392, 0.180392, 1 ) -corner_radius_top_left = 30 -corner_radius_top_right = 30 -corner_radius_bottom_right = 30 -corner_radius_bottom_left = 30 -corner_detail = 15 -expand_margin_top = 65.0 - -[sub_resource type="DynamicFontData" id=26] -font_path = "res://assets/ui/ubuntu/ubuntu-normal-nerd.ttf" - -[sub_resource type="DynamicFont" id=27] -size = 20 -font_data = SubResource( 26 ) -fallback/0 = ExtResource( 2 ) - -[resource] -default_font = SubResource( 27 ) -HBoxContainer/constants/separation = 15 -HSlider/styles/grabber_area = SubResource( 7 ) -HSlider/styles/grabber_area_highlight = SubResource( 8 ) -HSlider/styles/slider = SubResource( 9 ) -ItemList/colors/font_color = Color( 1, 1, 1, 1 ) -ItemList/colors/font_color_selected = Color( 0.905882, 0.905882, 0.905882, 1 ) -ItemList/styles/bg = SubResource( 4 ) -ItemList/styles/bg_focus = ExtResource( 11 ) -LineEdit/colors/cursor_color = Color( 1, 1, 1, 1 ) -LineEdit/colors/font_color = Color( 1, 1, 1, 1 ) -LineEdit/colors/font_color_uneditable = Color( 1, 1, 1, 0.67451 ) -LineEdit/styles/focus = ExtResource( 8 ) -LineEdit/styles/normal = ExtResource( 8 ) -LineEdit/styles/read_only = ExtResource( 8 ) -RichTextLabel/colors/default_color = Color( 1, 1, 1, 1 ) -RichTextLabel/fonts/bold_font = ExtResource( 1 ) -RichTextLabel/fonts/bold_italics_font = ExtResource( 15 ) -RichTextLabel/fonts/italics_font = ExtResource( 7 ) -RichTextLabel/fonts/mono_font = ExtResource( 16 ) -RichTextLabel/fonts/normal_font = ExtResource( 12 ) -TextEdit/styles/normal = SubResource( 21 ) -VBoxContainer/constants/separation = 15 -VScrollBar/styles/scroll = SubResource( 5 ) -WindowDialog/colors/title_color = Color( 1, 1, 1, 1 ) -WindowDialog/constants/close_h_ofs = 0 -WindowDialog/constants/close_v_ofs = 0 -WindowDialog/constants/title_height = 60 -WindowDialog/icons/close = ExtResource( 4 ) -WindowDialog/icons/close_highlight = ExtResource( 4 ) -WindowDialog/styles/panel = SubResource( 24 ) |