42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://wxd25ec3cqyy"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://dr8bp6p7byb37" path="res://asset/font/字体/方正楷体简体.TTF" id="1_5nv8m"]
|
|
[ext_resource type="Texture2D" uid="uid://1ky8heqxctnf" path="res://asset/art/ui/bag/重要物品ui-25.png" id="1_jf0g1"]
|
|
[ext_resource type="Texture2D" uid="uid://c1l5royi6w0cm" path="res://asset/art/ui/bag/重要物品ui-27.png" id="3_dck1d"]
|
|
|
|
[node name="Button" type="Button"]
|
|
custom_minimum_size = Vector2(130, 26)
|
|
offset_right = 20.0
|
|
offset_bottom = 20.0
|
|
theme_type_variation = &"FlatButton"
|
|
theme_override_colors/icon_hover_color = Color(1, 1, 1, 0.913725)
|
|
theme_override_colors/icon_pressed_color = Color(1, 1, 1, 1)
|
|
theme_override_colors/icon_focus_color = Color(1, 1, 1, 0.819608)
|
|
theme_override_colors/icon_normal_color = Color(1, 1, 1, 0.6)
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/icon_max_width = 8
|
|
theme_override_fonts/font = ExtResource("1_5nv8m")
|
|
theme_override_font_sizes/font_size = 15
|
|
toggle_mode = true
|
|
text = "院长的信"
|
|
icon = ExtResource("1_jf0g1")
|
|
flat = true
|
|
alignment = 0
|
|
clip_text = true
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
custom_minimum_size = Vector2(99, 10)
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -3.0
|
|
offset_top = 19.0
|
|
offset_right = -34.0
|
|
offset_bottom = 3.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("3_dck1d")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|