12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://by7qyyhyurlw"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/dead_cam.gd" id="1_qxtd8"]
|
|
|
|
[node name="DeadCam" type="Node3D"]
|
|
script = ExtResource("1_qxtd8")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
|
|
[node name="LookRay" type="RayCast3D" parent="."]
|
|
target_position = Vector3(0, 0, -1)
|