You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
466 B
12 lines
466 B
[gd_scene load_steps=2 format=3 uid="uid://dd7byfyvsblbw"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Camera3D.gd" id="1_a8nwa"]
|
|
|
|
[node name="Camera" type="Camera3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 0.368498, 0.929629, 0, -0.929629, 0.368498, 0, 0, 0)
|
|
script = ExtResource("1_a8nwa")
|
|
|
|
[node name="RayCast3D" type="RayCast3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 25, 0)
|
|
target_position = Vector3(0, -50, 0)
|
|
collision_mask = 128
|
|
|