-
-
Notifications
You must be signed in to change notification settings - Fork 588
Expand file tree
/
Copy pathMicrobeCamera.tscn
More file actions
19 lines (15 loc) · 842 Bytes
/
MicrobeCamera.tscn
File metadata and controls
19 lines (15 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[gd_scene load_steps=3 format=3 uid="uid://bako5jivv1dji"]
[ext_resource type="PackedScene" uid="uid://dyko4f6a4agwn" path="res://src/microbe_stage/BackgroundPlane.tscn" id="2_yrakl"]
[ext_resource type="Script" uid="uid://cnp0vke5arnoc" path="res://src/microbe_stage/MicrobeCamera.cs" id="3"]
[node name="MicrobeCamera" type="Camera3D" node_paths=PackedStringArray("backgroundPlane")]
process_priority = 100
transform = Transform3D(1, 0, 0, 0, -1.62921e-07, 1, 0, -1, -1.62921e-07, 0, 10, 0)
current = true
fov = 90.0
script = ExtResource("3")
DefaultCameraHeight = 30.0
backgroundPlane = NodePath("BackgroundPlane")
[node name="AudioListener3D" type="AudioListener3D" parent="."]
current = true
[node name="BackgroundPlane" parent="." instance=ExtResource("2_yrakl")]
transform = Transform3D(1.1, 0, 0, 0, 1.1, 0, 0, 0, 1.1, 0, 0, -10)