26 lines
984 B
Plaintext
26 lines
984 B
Plaintext
|
[gd_scene load_steps=5 format=3 uid="uid://cgu3hl1db2sgn"]
|
||
|
|
||
|
[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"]
|
||
|
|
||
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hypnq"]
|
||
|
|
||
|
[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")]
|
||
|
bgColor = Color(0.662745, 0.662745, 0.662745, 1)
|
||
|
|
||
|
[node name="Plane" type="MeshInstance3D" parent="."]
|
||
|
material_override = SubResource("StandardMaterial3D_hypnq")
|
||
|
mesh = SubResource("PlaneMesh_xu5kk")
|