28 lines
1016 B
Plaintext
28 lines
1016 B
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://bakfrv2vd4ya3"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://dsv55hv2sr7hd" path="res://station_info_panel/style1/site_panel_content.tscn" id="1_ayfto"]
|
|
[ext_resource type="Script" path="res://station_info_panel/style1/site_panel.gd" id="1_fjyyy"]
|
|
|
|
[sub_resource type="ViewportTexture" id="ViewportTexture_g2fgb"]
|
|
viewport_path = NodePath("SubViewport")
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_hypnq"]
|
|
albedo_texture = SubResource("ViewportTexture_g2fgb")
|
|
|
|
[sub_resource type="PlaneMesh" id="PlaneMesh_xu5kk"]
|
|
size = Vector2(4, 1)
|
|
orientation = 2
|
|
|
|
[node name="SitePanel" type="Node3D"]
|
|
script = ExtResource("1_fjyyy")
|
|
panelWidth = 4.0
|
|
|
|
[node name="SubViewport" type="SubViewport" parent="."]
|
|
size = Vector2i(1450, 350)
|
|
|
|
[node name="SitePanel" parent="SubViewport" instance=ExtResource("1_ayfto")]
|
|
|
|
[node name="Plane" type="MeshInstance3D" parent="."]
|
|
material_override = SubResource("StandardMaterial3D_hypnq")
|
|
mesh = SubResource("PlaneMesh_xu5kk")
|