29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://cpdoq0oh84mfw"]
|
|
|
|
[ext_resource type="Script" path="res://camera/FollowPlayer.gd" id="1_48rtd"]
|
|
[ext_resource type="Script" path="res://camera/CameraPivot.gd" id="2_dylfm"]
|
|
[ext_resource type="Script" path="res://camera/Camera.gd" id="2_pwdc2"]
|
|
[ext_resource type="CameraAttributesPractical" uid="uid://b835orxyqq6w5" path="res://camera/CameraPractical.tres" id="3_olar0"]
|
|
[ext_resource type="Script" path="res://camera/CameraRays.gd" id="5_5b07p"]
|
|
|
|
[node name="Follow" type="Marker3D"]
|
|
script = ExtResource("1_48rtd")
|
|
|
|
[node name="Pivot" type="Marker3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.4, 0)
|
|
script = ExtResource("2_dylfm")
|
|
sensitivity = 0.2
|
|
|
|
[node name="Camera" type="Camera3D" parent="Pivot"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 7.5)
|
|
attributes = ExtResource("3_olar0")
|
|
current = true
|
|
fov = 45.0
|
|
size = 10.0
|
|
far = 120.0
|
|
script = ExtResource("2_pwdc2")
|
|
|
|
[node name="CameraRays" type="Node3D" parent="Pivot"]
|
|
unique_name_in_owner = true
|
|
script = ExtResource("5_5b07p")
|