godot_experiments/station_info_panel/style1/site_info.tscn

92 lines
2.4 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://dbun083kn0oom"]
[ext_resource type="Script" path="res://SiteInfo.gd" id="1_x2sr2"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_flnbk"]
bg_color = Color(0, 1, 1, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_j0fnk"]
bg_color = Color(1, 1, 1, 1)
border_width_left = 7
border_width_top = 7
border_width_right = 7
border_width_bottom = 7
border_color = Color(0, 1, 1, 1)
corner_radius_top_left = 40
corner_radius_top_right = 40
corner_radius_bottom_right = 40
corner_radius_bottom_left = 40
[sub_resource type="SystemFont" id="SystemFont_7obcg"]
[sub_resource type="LabelSettings" id="LabelSettings_6l0vq"]
font = SubResource("SystemFont_7obcg")
font_size = 20
font_color = Color(0, 0, 1, 1)
[sub_resource type="SystemFont" id="SystemFont_ys3vy"]
[sub_resource type="LabelSettings" id="LabelSettings_uy188"]
font = SubResource("SystemFont_ys3vy")
font_size = 11
font_color = Color(0, 0, 1, 1)
[node name="SiteInfo" type="Node2D"]
script = ExtResource("1_x2sr2")
stripColor = Color(0, 0.788235, 0.482353, 1)
stationName = "北客站北广场"
stationEnName = "DATANGFURONGYUAN"
[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
theme_override_styles/panel = SubResource("StyleBoxFlat_flnbk")
metadata/_edit_use_anchors_ = true
[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
theme_override_styles/panel = SubResource("StyleBoxFlat_j0fnk")
[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
text = "北客站北广场"
label_settings = SubResource("LabelSettings_6l0vq")
vertical_alignment = 2
[node name="EnName" type="Label" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "DATANGFURONGYUAN"
label_settings = SubResource("LabelSettings_uy188")
[node name="Panel" type="Panel" parent="."]
offset_left = -2.0
offset_top = -10.0
offset_right = 71.0
offset_bottom = 190.0