godot_experiments/station_info_panel/style1/current_station_panel_content.tscn

137 lines
4.0 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://cnc8yp8xdrm00"]
[ext_resource type="Script" path="res://station_info_panel/style1/current_station_panel_content.gd" id="1_wspij"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wec8e"]
bg_color = Color(0.662745, 0.662745, 0.662745, 1)
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0, 0, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_880ss"]
bg_color = Color(0, 0.392157, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_7u3ik"]
bg_color = Color(0, 0.392157, 0, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_iudvd"]
bg_color = Color(0, 0.392157, 0, 1)
border_width_left = 3
border_width_top = 3
border_width_right = 3
border_width_bottom = 3
corner_radius_top_left = 10
corner_radius_top_right = 10
corner_radius_bottom_right = 10
corner_radius_bottom_left = 10
expand_margin_left = 5.0
expand_margin_top = 5.0
expand_margin_right = 5.0
expand_margin_bottom = 5.0
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_sehtn"]
content_margin_top = 25.0
[sub_resource type="SystemFont" id="SystemFont_bllij"]
subpixel_positioning = 0
[node name="CurrentStationPanelContent" type="Node2D"]
script = ExtResource("1_wspij")
[node name="Bg" type="Panel" parent="."]
offset_right = 1024.0
offset_bottom = 300.0
theme_override_styles/panel = SubResource("StyleBoxFlat_wec8e")
[node name="Strip" type="Panel" parent="Bg"]
layout_mode = 0
offset_left = 3.0
offset_top = 100.0
offset_right = 223.0
offset_bottom = 120.0
theme_override_styles/panel = SubResource("StyleBoxFlat_880ss")
[node name="Strip2" type="Panel" parent="Bg"]
layout_mode = 0
offset_left = 801.0
offset_top = 100.0
offset_right = 1021.0
offset_bottom = 120.0
theme_override_styles/panel = SubResource("StyleBoxFlat_7u3ik")
[node name="LineInfo" type="PanelContainer" parent="."]
custom_minimum_size = Vector2(100, 60)
offset_left = 16.0
offset_top = 16.0
offset_right = 116.0
offset_bottom = 76.0
theme_override_styles/panel = SubResource("StyleBoxFlat_iudvd")
[node name="HBoxContainer" type="HBoxContainer" parent="LineInfo"]
layout_mode = 2
alignment = 1
[node name="LineNumber" type="Label" parent="LineInfo/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 0
theme_override_font_sizes/font_size = 48
text = "1"
[node name="VBoxContainer" type="VBoxContainer" parent="LineInfo/HBoxContainer"]
layout_mode = 2
[node name="MarginContainer" type="MarginContainer" parent="LineInfo/HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_override_constants/margin_top = 7
[node name="Label" type="Label" parent="LineInfo/HBoxContainer/VBoxContainer"]
layout_mode = 2
theme_override_font_sizes/font_size = 18
text = "号线"
horizontal_alignment = 1
vertical_alignment = 2
[node name="LineEn" type="HBoxContainer" parent="LineInfo/HBoxContainer/VBoxContainer"]
layout_mode = 2
[node name="Label2" type="Label" parent="LineInfo/HBoxContainer/VBoxContainer/LineEn"]
layout_mode = 2
theme_override_font_sizes/font_size = 14
text = "Line"
[node name="LineNumber2" type="Label" parent="LineInfo/HBoxContainer/VBoxContainer/LineEn"]
unique_name_in_owner = true
layout_mode = 2
theme_override_font_sizes/font_size = 14
text = "1"
[node name="PanelContainer" type="PanelContainer" parent="."]
offset_left = 200.0
offset_top = 42.0
offset_right = 824.0
offset_bottom = 202.0
size_flags_horizontal = 4
theme_override_styles/panel = SubResource("StyleBoxEmpty_sehtn")
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
layout_mode = 2
[node name="StationName" type="Label" parent="PanelContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
theme_override_fonts/font = SubResource("SystemFont_bllij")
theme_override_font_sizes/font_size = 56
text = "车站一"
horizontal_alignment = 1
vertical_alignment = 2
[node name="EnName" type="Label" parent="PanelContainer/VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
theme_override_font_sizes/font_size = 20
text = "CHEZHANYI"
horizontal_alignment = 1