mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-14 21:15:58 +00:00
93 lines
3.2 KiB
Plaintext
93 lines
3.2 KiB
Plaintext
[gd_resource type="Theme" load_steps=8 format=2]
|
|
|
|
[ext_resource path="res://assets/font/Minecraft.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://assets/backgrounds/PanelBG_Dark.tres" type="StyleBox" id=2]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
bg_color = Color( 0.239216, 0.211765, 0.317647, 1 )
|
|
corner_radius_top_left = 3
|
|
corner_radius_top_right = 3
|
|
corner_radius_bottom_right = 3
|
|
corner_radius_bottom_left = 3
|
|
shadow_size = 4
|
|
|
|
[sub_resource type="StyleBoxFlat" id=2]
|
|
bg_color = Color( 0.109804, 0.0862745, 0.172549, 1 )
|
|
corner_radius_top_left = 3
|
|
corner_radius_top_right = 3
|
|
corner_radius_bottom_right = 3
|
|
corner_radius_bottom_left = 3
|
|
shadow_size = 3
|
|
|
|
[sub_resource type="StyleBoxEmpty" id=3]
|
|
content_margin_left = 5.0
|
|
content_margin_right = 5.0
|
|
|
|
[sub_resource type="StyleBoxFlat" id=4]
|
|
bg_color = Color( 0.109804, 0.0862745, 0.172549, 1 )
|
|
border_width_left = 2
|
|
border_width_top = 2
|
|
border_width_right = 2
|
|
border_width_bottom = 2
|
|
border_color = Color( 0.19, 0.15, 0.3, 1 )
|
|
corner_radius_top_left = 4
|
|
corner_radius_top_right = 4
|
|
corner_radius_bottom_right = 4
|
|
corner_radius_bottom_left = 4
|
|
expand_margin_top = 20.0
|
|
|
|
[sub_resource type="DynamicFont" id=5]
|
|
outline_size = 1
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
extra_spacing_top = 5
|
|
extra_spacing_bottom = 3
|
|
extra_spacing_char = 1
|
|
font_data = ExtResource( 1 )
|
|
|
|
[resource]
|
|
default_font = SubResource( 5 )
|
|
Button/colors/font_color = Color( 1, 1, 1, 1 )
|
|
Button/colors/font_color_disabled = Color( 0.901961, 0.901961, 0.901961, 0.2 )
|
|
Button/colors/font_color_hover = Color( 1, 1, 1, 1 )
|
|
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
|
|
Button/constants/hseparation = 2
|
|
Button/fonts/font = null
|
|
Button/styles/disabled = null
|
|
Button/styles/focus = null
|
|
Button/styles/hover = SubResource( 1 )
|
|
Button/styles/normal = SubResource( 2 )
|
|
Button/styles/pressed = SubResource( 2 )
|
|
Label/colors/font_color = Color( 1, 1, 1, 1 )
|
|
Label/colors/font_color_shadow = Color( 0, 0, 0, 0.25098 )
|
|
Label/colors/font_outline_modulate = Color( 0, 0, 0, 1 )
|
|
Label/constants/line_spacing = 3
|
|
Label/constants/shadow_as_outline = 0
|
|
Label/constants/shadow_offset_x = 0
|
|
Label/constants/shadow_offset_y = 2
|
|
Label/fonts/font = null
|
|
Label/styles/normal = null
|
|
LineEdit/colors/clear_button_color = Color( 0.88, 0.88, 0.88, 1 )
|
|
LineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )
|
|
LineEdit/colors/cursor_color = Color( 0.878431, 0.878431, 0.878431, 1 )
|
|
LineEdit/colors/font_color = Color( 0.878431, 0.878431, 0.878431, 1 )
|
|
LineEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
|
|
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
|
|
LineEdit/colors/selection_color = Color( 0.49, 0.49, 0.49, 1 )
|
|
LineEdit/constants/minimum_spaces = 12
|
|
LineEdit/fonts/font = null
|
|
LineEdit/icons/clear = null
|
|
LineEdit/styles/focus = null
|
|
LineEdit/styles/normal = SubResource( 3 )
|
|
LineEdit/styles/read_only = null
|
|
Panel/styles/panel = ExtResource( 2 )
|
|
PanelContainer/styles/panel = ExtResource( 2 )
|
|
WindowDialog/colors/title_color = Color( 1, 1, 1, 1 )
|
|
WindowDialog/constants/close_h_ofs = 18
|
|
WindowDialog/constants/close_v_ofs = 18
|
|
WindowDialog/constants/scaleborder_size = 4
|
|
WindowDialog/constants/title_height = 20
|
|
WindowDialog/fonts/title_font = null
|
|
WindowDialog/icons/close = null
|
|
WindowDialog/icons/close_highlight = null
|
|
WindowDialog/styles/panel = SubResource( 4 )
|