mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
103 lines
3.6 KiB
Plaintext
103 lines
3.6 KiB
Plaintext
[gd_resource type="Theme" load_steps=9 format=2]
|
|
|
|
[ext_resource path="res://assets/font/Minecraft.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://assets/backgrounds/PanelBG_Light.tres" type="StyleBox" id=2]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
bg_color = Color( 1, 1, 1, 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.847059, 0.921569, 0.964706, 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="StyleBoxFlat" id=3]
|
|
bg_color = Color( 0.941176, 0.941176, 0.941176, 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=4]
|
|
content_margin_left = 5.0
|
|
content_margin_right = 5.0
|
|
|
|
[sub_resource type="StyleBoxFlat" id=5]
|
|
bg_color = Color( 0.847059, 0.921569, 0.964706, 1 )
|
|
border_width_left = 2
|
|
border_width_top = 2
|
|
border_width_right = 2
|
|
border_width_bottom = 2
|
|
border_color = Color( 0.219608, 0.239216, 0.25098, 1 )
|
|
border_blend = true
|
|
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
|
|
shadow_color = Color( 0, 0, 0, 1 )
|
|
|
|
[sub_resource type="DynamicFont" id=6]
|
|
outline_size = 1
|
|
outline_color = Color( 0.847059, 0.921569, 0.964706, 0.501961 )
|
|
extra_spacing_top = 5
|
|
extra_spacing_bottom = 3
|
|
extra_spacing_char = 1
|
|
font_data = ExtResource( 1 )
|
|
|
|
[resource]
|
|
default_font = SubResource( 6 )
|
|
Button/colors/font_color = Color( 0.0784314, 0.0784314, 0.0784314, 1 )
|
|
Button/colors/font_color_disabled = Color( 0.901961, 0.901961, 0.901961, 0.2 )
|
|
Button/colors/font_color_hover = Color( 0.0784314, 0.0784314, 0.0784314, 1 )
|
|
Button/colors/font_color_pressed = Color( 0.0784314, 0.0784314, 0.0784314, 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( 3 )
|
|
Label/colors/font_color = Color( 1, 1, 1, 1 )
|
|
Label/colors/font_color_shadow = Color( 0, 0, 0, 1 )
|
|
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.0784314, 0.0784314, 0.0784314, 1 )
|
|
LineEdit/colors/font_color = Color( 0.0784314, 0.0784314, 0.0784314, 1 )
|
|
LineEdit/colors/font_color_selected = Color( 0.309804, 0.309804, 0.309804, 1 )
|
|
LineEdit/colors/font_color_uneditable = Color( 0.88, 0.88, 0.88, 0.5 )
|
|
LineEdit/colors/selection_color = Color( 0.490196, 0.490196, 0.490196, 1 )
|
|
LineEdit/constants/minimum_spaces = 12
|
|
LineEdit/fonts/font = null
|
|
LineEdit/icons/clear = null
|
|
LineEdit/styles/focus = null
|
|
LineEdit/styles/normal = SubResource( 4 )
|
|
LineEdit/styles/read_only = null
|
|
Panel/styles/panel = ExtResource( 2 )
|
|
PanelContainer/styles/panel = ExtResource( 2 )
|
|
WindowDialog/colors/title_color = Color( 0, 0, 0, 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( 5 )
|