ported from perforce
This commit is contained in:
97
DonkeysAndDroids.Godot/program.tres
Normal file
97
DonkeysAndDroids.Godot/program.tres
Normal file
@@ -0,0 +1,97 @@
|
||||
[gd_resource type="Theme" load_steps=10 format=3 uid="uid://b8egvkt2yaoqp"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://cv3yontw8gqm6" path="res://at01.ttf" id="1_1ic8s"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1sio5o0ye581" path="res://images/button.png" id="1_wti2l"]
|
||||
[ext_resource type="Texture2D" uid="uid://88kvk0gr5n10" path="res://images/button-pressed.png" id="2_1ic8s"]
|
||||
[ext_resource type="StyleBox" uid="uid://c7iiuoqjag1o" path="res://card_frame.tres" id="4_xoqxg"]
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_11jcu"]
|
||||
content_margin_left = 14.0
|
||||
content_margin_top = 7.0
|
||||
content_margin_right = 15.0
|
||||
content_margin_bottom = 25.0
|
||||
texture = ExtResource("1_wti2l")
|
||||
texture_margin_left = 14.0
|
||||
texture_margin_top = 7.0
|
||||
texture_margin_right = 15.0
|
||||
texture_margin_bottom = 25.0
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
modulate_color = Color(0.47801313, 0.47801313, 0.47801313, 1)
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_dqrp1"]
|
||||
content_margin_left = 14.0
|
||||
content_margin_top = 7.0
|
||||
content_margin_right = 15.0
|
||||
content_margin_bottom = 25.0
|
||||
texture = ExtResource("1_wti2l")
|
||||
texture_margin_left = 14.0
|
||||
texture_margin_top = 7.0
|
||||
texture_margin_right = 15.0
|
||||
texture_margin_bottom = 25.0
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
modulate_color = Color(1.1638972, 1.1638972, 1.1638972, 1)
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_qx0hb"]
|
||||
content_margin_left = 14.0
|
||||
content_margin_top = 7.0
|
||||
content_margin_right = 15.0
|
||||
content_margin_bottom = 25.0
|
||||
texture = ExtResource("1_wti2l")
|
||||
texture_margin_left = 14.0
|
||||
texture_margin_top = 7.0
|
||||
texture_margin_right = 15.0
|
||||
texture_margin_bottom = 25.0
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
modulate_color = Color(1.353256, 1.353256, 1.353256, 1)
|
||||
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_uv1mi"]
|
||||
content_margin_left = 14.0
|
||||
content_margin_top = 15.0
|
||||
content_margin_right = 15.0
|
||||
content_margin_bottom = 21.0
|
||||
texture = ExtResource("2_1ic8s")
|
||||
texture_margin_left = 14.0
|
||||
texture_margin_top = 15.0
|
||||
texture_margin_right = 15.0
|
||||
texture_margin_bottom = 21.0
|
||||
region_rect = Rect2(0, 0, 64, 64)
|
||||
|
||||
[sub_resource type="DPITexture" id="DPITexture_1ic8s"]
|
||||
|
||||
[resource]
|
||||
Button/colors/font_disabled_color = Color(0.48, 0.48, 0.48, 0.5019608)
|
||||
Button/colors/icon_disabled_color = Color(0.5, 0.5, 0.5, 0.4)
|
||||
Button/font_sizes/font_size = 32
|
||||
Button/fonts/font = ExtResource("1_1ic8s")
|
||||
Button/styles/disabled = SubResource("StyleBoxTexture_11jcu")
|
||||
Button/styles/hover = SubResource("StyleBoxTexture_dqrp1")
|
||||
Button/styles/normal = SubResource("StyleBoxTexture_qx0hb")
|
||||
Button/styles/pressed = SubResource("StyleBoxTexture_uv1mi")
|
||||
Label/font_sizes/font_size = 32
|
||||
Label/fonts/font = ExtResource("1_1ic8s")
|
||||
LineEdit/font_sizes/font_size = 32
|
||||
LineEdit/fonts/font = ExtResource("1_1ic8s")
|
||||
OptionButton/icons/arrow = SubResource("DPITexture_1ic8s")
|
||||
PopupMenu/font_sizes/font_separator_size = 32
|
||||
PopupMenu/font_sizes/font_size = 32
|
||||
PopupMenu/font_sizes/title_font_size = 48
|
||||
PopupMenu/fonts/font = ExtResource("1_1ic8s")
|
||||
PopupMenu/fonts/font_separator = ExtResource("1_1ic8s")
|
||||
PopupMenu/fonts/title_font = ExtResource("1_1ic8s")
|
||||
RichTextLabel/font_sizes/bold_font_size = 48
|
||||
RichTextLabel/font_sizes/mono_font_size = 32
|
||||
RichTextLabel/font_sizes/normal_font_size = 32
|
||||
RichTextLabel/fonts/bold_font = ExtResource("1_1ic8s")
|
||||
RichTextLabel/fonts/mono_font = ExtResource("1_1ic8s")
|
||||
RichTextLabel/fonts/normal_font = ExtResource("1_1ic8s")
|
||||
TabBar/font_sizes/font_size = 32
|
||||
TabBar/fonts/font = ExtResource("1_1ic8s")
|
||||
TabContainer/font_sizes/font_size = 32
|
||||
TabContainer/fonts/font = ExtResource("1_1ic8s")
|
||||
TextEdit/font_sizes/font_size = 32
|
||||
TextEdit/fonts/font = ExtResource("1_1ic8s")
|
||||
TooltipLabel/font_sizes/font_size = 32
|
||||
TooltipLabel/fonts/font = ExtResource("1_1ic8s")
|
||||
TooltipPanel/styles/panel = ExtResource("4_xoqxg")
|
||||
Tree/font_sizes/font_size = 32
|
||||
Tree/fonts/font = ExtResource("1_1ic8s")
|
||||
Reference in New Issue
Block a user