2024-04-30 18:09:56 +08:00
|
|
|
[gd_scene load_steps=6 format=3 uid="uid://cgu3hl1db2sgn"]
|
2024-04-27 10:02:45 +08:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://station_info_panel/style1/current_station_panel.gd" id="1_farda"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cnc8yp8xdrm00" path="res://station_info_panel/style1/current_station_panel_content.tscn" id="2_v131p"]
|
|
|
|
|
2024-04-30 18:09:56 +08:00
|
|
|
[sub_resource type="ViewportTexture" id="ViewportTexture_5b541"]
|
|
|
|
viewport_path = NodePath("SubViewport")
|
|
|
|
|
2024-04-27 10:02:45 +08:00
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hypnq"]
|
2024-04-30 18:09:56 +08:00
|
|
|
albedo_texture = SubResource("ViewportTexture_5b541")
|
2024-04-27 10:02:45 +08:00
|
|
|
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_xu5kk"]
|
|
|
|
size = Vector2(5.189, 1.459)
|
|
|
|
orientation = 2
|
|
|
|
|
|
|
|
[node name="CurrentStationPanel" type="Node3D"]
|
|
|
|
script = ExtResource("1_farda")
|
|
|
|
panelWidth = 5.189
|
|
|
|
panelHeight = 1.459
|
|
|
|
|
|
|
|
[node name="SubViewport" type="SubViewport" parent="."]
|
|
|
|
size = Vector2i(1024, 256)
|
|
|
|
|
|
|
|
[node name="CurrentStationPanelContent" parent="SubViewport" instance=ExtResource("2_v131p")]
|
|
|
|
|
|
|
|
[node name="Plane" type="MeshInstance3D" parent="."]
|
|
|
|
material_override = SubResource("StandardMaterial3D_hypnq")
|
|
|
|
mesh = SubResource("PlaneMesh_xu5kk")
|