129 lines
4.2 KiB
Plaintext
129 lines
4.2 KiB
Plaintext
[gd_scene load_steps=12 format=3 uid="uid://cf6b1t8pujosf"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dskyby1ou2spq" path="res://res_src/transparent-8px.png" id="1_4tp53"]
|
|
[ext_resource type="Texture2D" uid="uid://bilmun5leavcp" path="res://res_src/scroll-bar-bg.png" id="2_t4qyh"]
|
|
[ext_resource type="FontFile" uid="uid://1xg1ofw27hbp" path="res://resources/Font/unifont-17.0.03.otf" id="3_lalyk"]
|
|
[ext_resource type="FontFile" uid="uid://cexdvv8qg3x01" path="res://resources/Font/文泉驿点阵正黑.TTF" id="4_sj1p0"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_iyx0m"]
|
|
bg_color = Color(0.296, 0.54800004, 0.8, 1)
|
|
border_width_left = 1
|
|
border_width_right = 1
|
|
border_color = Color(0.8, 0.8, 0.8, 0)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_bl13t"]
|
|
bg_color = Color(0.48000002, 0.64000005, 0.8, 1)
|
|
border_width_left = 1
|
|
border_width_right = 1
|
|
border_color = Color(0.8, 0.8, 0.8, 0)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_74lek"]
|
|
bg_color = Color(0.9, 0.9, 0.9, 1)
|
|
border_width_left = 1
|
|
border_width_right = 1
|
|
border_color = Color(0.8, 0.8, 0.8, 0)
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_bl13t"]
|
|
texture = ExtResource("2_t4qyh")
|
|
texture_margin_left = 2.0
|
|
texture_margin_top = 2.0
|
|
texture_margin_right = 2.0
|
|
texture_margin_bottom = 2.0
|
|
axis_stretch_horizontal = 1
|
|
axis_stretch_vertical = 1
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_j5jx5"]
|
|
content_margin_left = 4.0
|
|
content_margin_top = 4.0
|
|
content_margin_right = 4.0
|
|
content_margin_bottom = 4.0
|
|
bg_color = Color(1, 1, 1, 0.75)
|
|
draw_center = false
|
|
border_width_left = 2
|
|
border_width_top = 2
|
|
border_width_right = 2
|
|
border_width_bottom = 2
|
|
corner_radius_top_left = 3
|
|
corner_radius_top_right = 3
|
|
corner_radius_bottom_right = 3
|
|
corner_radius_bottom_left = 3
|
|
corner_detail = 5
|
|
expand_margin_left = 2.0
|
|
expand_margin_top = 2.0
|
|
expand_margin_right = 2.0
|
|
expand_margin_bottom = 2.0
|
|
|
|
[sub_resource type="Theme" id="Theme_ij1v8"]
|
|
default_font = ExtResource("3_lalyk")
|
|
default_font_size = 12
|
|
VScrollBar/icons/decrement = ExtResource("1_4tp53")
|
|
VScrollBar/icons/increment = ExtResource("1_4tp53")
|
|
VScrollBar/styles/grabber = SubResource("StyleBoxFlat_iyx0m")
|
|
VScrollBar/styles/grabber_highlight = SubResource("StyleBoxFlat_bl13t")
|
|
VScrollBar/styles/grabber_pressed = SubResource("StyleBoxFlat_74lek")
|
|
VScrollBar/styles/scroll = SubResource("StyleBoxTexture_bl13t")
|
|
VScrollBar/styles/scroll_focus = SubResource("StyleBoxFlat_j5jx5")
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lpvoh"]
|
|
content_margin_left = 3.0
|
|
content_margin_top = 3.0
|
|
content_margin_right = 3.0
|
|
content_margin_bottom = 3.0
|
|
bg_color = Color(0.2, 0.36862746, 0.53333336, 1)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
border_color = Color(0, 0, 0, 1)
|
|
corner_radius_top_left = 4
|
|
corner_radius_top_right = 4
|
|
corner_radius_bottom_right = 4
|
|
corner_radius_bottom_left = 4
|
|
anti_aliasing = false
|
|
|
|
[node name="Node2D" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 170.0
|
|
offset_bottom = 108.0
|
|
theme = SubResource("Theme_ij1v8")
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_lpvoh")
|
|
draw_focus_border = true
|
|
horizontal_scroll_mode = 0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Button" type="Button" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "ASCV发送给对"
|
|
|
|
[node name="Button2" type="Button" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("4_sj1p0")
|
|
theme_override_font_sizes/font_size = 12
|
|
text = "ASCV发送给对"
|
|
|
|
[node name="Button3" type="Button" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "ASCV发送给对"
|
|
|
|
[node name="Button4" type="Button" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "ASCV发送给对"
|
|
|
|
[node name="Button5" type="Button" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "ASCV发送给对"
|
|
|
|
[node name="Button6" type="Button" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "ASCV发送给对"
|
|
|
|
[node name="Button7" type="Button" parent="ScrollContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "ASCV发送给对"
|