33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
[gd_resource type="Theme" load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://fonts/large_text.tres" type="DynamicFont" id=1]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
bg_color = Color( 1, 1, 1, 1 )
|
|
corner_radius_top_left = 16
|
|
corner_radius_top_right = 16
|
|
corner_radius_bottom_right = 16
|
|
corner_radius_bottom_left = 16
|
|
|
|
[resource]
|
|
default_font = ExtResource( 1 )
|
|
Button/colors/font_color = Color( 0, 0, 0, 1 )
|
|
Button/colors/font_color_disabled = Color( 0.407843, 0.407843, 0.407843, 1 )
|
|
Button/colors/font_color_hover = Color( 0.94, 0.94, 0.94, 1 )
|
|
Button/colors/font_color_pressed = Color( 1, 1, 1, 1 )
|
|
Button/constants/hseparation = 2
|
|
Button/fonts/font = ExtResource( 1 )
|
|
Button/styles/disabled = null
|
|
Button/styles/focus = null
|
|
Button/styles/hover = SubResource( 1 )
|
|
Button/styles/normal = SubResource( 1 )
|
|
Button/styles/pressed = null
|
|
Label/colors/font_color = Color( 0, 0, 0, 1 )
|
|
Label/colors/font_color_shadow = Color( 0, 0, 0, 0 )
|
|
Label/colors/font_outline_modulate = Color( 1, 1, 1, 1 )
|
|
Label/constants/line_spacing = 3
|
|
Label/constants/shadow_as_outline = 0
|
|
Label/constants/shadow_offset_x = 1
|
|
Label/constants/shadow_offset_y = 1
|
|
Label/fonts/font = ExtResource( 1 )
|
|
Label/styles/normal = null
|