51 lines
1.4 KiB
Plaintext
51 lines
1.4 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dsv55hv2sr7hd"]
|
|
|
|
[ext_resource type="Script" path="res://station_info_panel/style1/site_panel.gd" id="1_fjyyy"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_48edc"]
|
|
bg_color = Color(0.941176, 0.466667, 0.788235, 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_dmayk"]
|
|
bg_color = Color(0.113725, 0.470588, 0.113725, 1)
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ve86j"]
|
|
bg_color = Color(0.47451, 0.47451, 0.47451, 1)
|
|
|
|
[node name="SitePanel" type="Node2D"]
|
|
script = ExtResource("1_fjyyy")
|
|
stations = Array[String](["北客站北广场|BEIKEZHAN"])
|
|
|
|
[node name="Bg" type="Panel" parent="."]
|
|
offset_right = 1450.0
|
|
offset_bottom = 350.0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_48edc")
|
|
|
|
[node name="Unfinished" 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_dmayk")
|
|
|
|
[node name="Finished" type="Panel" parent="Bg"]
|
|
layout_mode = 0
|
|
offset_left = 500.0
|
|
offset_top = 100.0
|
|
offset_right = 720.0
|
|
offset_bottom = 120.0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_ve86j")
|
|
|
|
[node name="Sites" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_left = 176.0
|
|
offset_top = 110.0
|
|
offset_right = 216.0
|
|
offset_bottom = 150.0
|