2024-04-30 18:09:56 +08:00
|
|
|
[gd_scene load_steps=5 format=3 uid="uid://dbun083kn0oom"]
|
2024-04-27 10:02:45 +08:00
|
|
|
|
2024-04-30 18:09:56 +08:00
|
|
|
[ext_resource type="Script" path="res://station_info_panel/style1/site_info.gd" id="1_ys73f"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://c0kstbg4bshow" path="res://station_info_panel/style1/SourceHanSerifCN-Regular.ttf" id="2_26ovv"]
|
|
|
|
[ext_resource type="StyleBox" uid="uid://ddj1ajtx312pj" path="res://station_info_panel/style1/site_style_circle.tres" id="2_qdtjh"]
|
|
|
|
[ext_resource type="StyleBox" uid="uid://dxf00nrmospua" path="res://station_info_panel/style1/site_style_strip.tres" id="3_55roq"]
|
2024-04-27 10:02:45 +08:00
|
|
|
|
|
|
|
[node name="SiteInfo" type="Node2D"]
|
2024-04-30 18:09:56 +08:00
|
|
|
script = ExtResource("1_ys73f")
|
2024-04-27 10:02:45 +08:00
|
|
|
stationEnName = "DATANGFURONGYUAN"
|
2024-04-30 18:09:56 +08:00
|
|
|
siteCircleStyle = ExtResource("2_qdtjh")
|
|
|
|
siteStripStyle = ExtResource("3_55roq")
|
2024-04-27 10:02:45 +08:00
|
|
|
|
|
|
|
[node name="Strip" type="Panel" parent="."]
|
|
|
|
anchors_preset = 5
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
offset_left = -3.5
|
|
|
|
offset_right = 3.5
|
|
|
|
offset_bottom = 34.0
|
|
|
|
grow_horizontal = 2
|
2024-04-30 18:09:56 +08:00
|
|
|
theme_override_styles/panel = ExtResource("3_55roq")
|
2024-04-27 10:02:45 +08:00
|
|
|
|
|
|
|
[node name="Circle" type="Panel" parent="."]
|
|
|
|
anchors_preset = 8
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
offset_left = -17.0
|
|
|
|
offset_top = -15.0
|
|
|
|
offset_right = 17.0
|
|
|
|
offset_bottom = 19.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2024-04-30 18:09:56 +08:00
|
|
|
theme_override_styles/panel = ExtResource("2_qdtjh")
|
2024-04-27 10:02:45 +08:00
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
offset_left = 10.0
|
|
|
|
offset_top = 38.0
|
|
|
|
offset_right = 67.0
|
|
|
|
offset_bottom = 78.0
|
|
|
|
rotation = 0.909087
|
|
|
|
size_flags_horizontal = 6
|
|
|
|
theme_override_constants/separation = -4
|
|
|
|
|
|
|
|
[node name="Name" type="Label" parent="VBoxContainer"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
2024-04-30 18:09:56 +08:00
|
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
|
|
theme_override_fonts/font = ExtResource("2_26ovv")
|
|
|
|
theme_override_font_sizes/font_size = 20
|
|
|
|
text = "车站一"
|
2024-04-27 10:02:45 +08:00
|
|
|
vertical_alignment = 2
|
|
|
|
|
|
|
|
[node name="EnName" type="Label" parent="VBoxContainer"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
layout_mode = 2
|
2024-04-30 18:09:56 +08:00
|
|
|
theme_override_colors/font_color = Color(1, 1, 1, 1)
|
|
|
|
theme_override_fonts/font = ExtResource("2_26ovv")
|
|
|
|
theme_override_font_sizes/font_size = 11
|
2024-04-27 10:02:45 +08:00
|
|
|
text = "DATANGFURONGYUAN"
|