You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.6 KiB
56 lines
1.6 KiB
[gd_resource type="Theme" load_steps=11 format=2]
|
|
|
|
[ext_resource path="res://theme/imgs/buttonLong_brown_pressed.png" type="Texture" id=2]
|
|
[ext_resource path="res://theme/fonts/Kenney Mini Square.ttf" type="DynamicFontData" id=3]
|
|
[ext_resource path="res://theme/imgs/buttonLong_brown.png" type="Texture" id=4]
|
|
|
|
[sub_resource type="DynamicFont" id=16]
|
|
font_data = ExtResource( 3 )
|
|
|
|
[sub_resource type="StyleBoxTexture" id=15]
|
|
|
|
[sub_resource type="StyleBoxTexture" id=12]
|
|
texture = ExtResource( 4 )
|
|
region_rect = Rect2( 0, 0, 380, 98 )
|
|
margin_left = 14.0
|
|
margin_right = 14.0
|
|
margin_top = 14.0
|
|
margin_bottom = 20.0
|
|
axis_stretch_horizontal = 1
|
|
axis_stretch_vertical = 1
|
|
|
|
[sub_resource type="StyleBoxTexture" id=13]
|
|
texture = ExtResource( 4 )
|
|
region_rect = Rect2( 0, 0, 380, 98 )
|
|
margin_left = 14.0
|
|
margin_right = 14.0
|
|
margin_top = 14.0
|
|
margin_bottom = 20.0
|
|
axis_stretch_horizontal = 1
|
|
axis_stretch_vertical = 1
|
|
|
|
[sub_resource type="StyleBoxTexture" id=14]
|
|
texture = ExtResource( 2 )
|
|
region_rect = Rect2( 0, 0, 380, 98 )
|
|
margin_left = 14.0
|
|
margin_right = 14.0
|
|
margin_top = 26.0
|
|
margin_bottom = 14.0
|
|
axis_stretch_horizontal = 1
|
|
axis_stretch_vertical = 1
|
|
|
|
[sub_resource type="DynamicFont" id=11]
|
|
|
|
[sub_resource type="DynamicFont" id=8]
|
|
size = 80
|
|
font_data = ExtResource( 3 )
|
|
|
|
[resource]
|
|
Button/colors/font_color_hover = Color( 0.854902, 0.439216, 0.439216, 1 )
|
|
Button/fonts/font = SubResource( 16 )
|
|
Button/styles/focus = SubResource( 15 )
|
|
Button/styles/hover = SubResource( 12 )
|
|
Button/styles/normal = SubResource( 13 )
|
|
Button/styles/pressed = SubResource( 14 )
|
|
Fonts/fonts/normal = SubResource( 11 )
|
|
Label/fonts/font = SubResource( 8 )
|
|
|