1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 05:25:57 +00:00
Boat-Battle/godot_ship/dark_theme.tres

65 lines
2.2 KiB
Plaintext
Raw Permalink Normal View History

2021-11-14 08:50:39 +00:00
[gd_resource type="Theme" load_steps=6 format=2]
[ext_resource path="res://assets/font/Minecraft.ttf" type="DynamicFontData" id=1]
2021-11-24 04:44:53 +00:00
[ext_resource path="res://assets/backgrounds/PanelBG_Dark.tres" type="StyleBox" id=2]
2021-11-14 08:50:39 +00:00
2021-11-14 09:18:27 +00:00
[sub_resource type="StyleBoxFlat" id=1]
2021-11-14 08:50:39 +00:00
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
2021-11-14 06:43:14 +00:00
2021-11-14 09:18:27 +00:00
[sub_resource type="StyleBoxFlat" id=2]
2021-11-14 08:50:39 +00:00
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="DynamicFont" id=3]
2021-11-24 04:44:53 +00:00
outline_size = 1
2021-11-14 08:50:39 +00:00
outline_color = Color( 0, 0, 0, 1 )
extra_spacing_top = 5
extra_spacing_bottom = 3
extra_spacing_char = 1
font_data = ExtResource( 1 )
2021-11-14 06:43:14 +00:00
[resource]
2021-11-24 04:44:53 +00:00
default_font = SubResource( 3 )
2021-11-14 06:43:14 +00:00
Button/colors/font_color = Color( 1, 1, 1, 1 )
2021-11-24 04:44:53 +00:00
Button/colors/font_color_disabled = Color( 0.901961, 0.901961, 0.901961, 0.2 )
2021-11-14 06:43:14 +00:00
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
2021-11-14 09:18:27 +00:00
Button/styles/hover = SubResource( 1 )
Button/styles/normal = SubResource( 2 )
2021-11-14 06:43:14 +00:00
Button/styles/pressed = null
2021-11-14 08:50:39 +00:00
Dialogs/constants/button_margin = 100
Dialogs/constants/margin = 8
Label/colors/font_color = Color( 1, 1, 1, 1 )
2021-11-24 04:44:53 +00:00
Label/colors/font_color_shadow = Color( 0, 0, 0, 0.25098 )
2021-11-14 08:50:39 +00:00
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
2021-11-24 04:44:53 +00:00
Label/constants/shadow_offset_y = 2
Label/fonts/font = null
2021-11-14 08:50:39 +00:00
Label/styles/normal = null
2021-11-24 04:44:53 +00:00
Panel/styles/panel = ExtResource( 2 )
PanelContainer/styles/panel = ExtResource( 2 )
2021-11-14 08:50:39 +00:00
WindowDialog/colors/title_color = Color( 0.152941, 0.152941, 0.152941, 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 = null