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.
14 lines
481 B
14 lines
481 B
[gd_scene load_steps=3 format=3 uid="uid://bcxd0xne1kr6k"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Camera3D.gd" id="1_qivxh"]
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_i31hb"]
|
|
|
|
[node name="Node3D" type="Node3D"]
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("CapsuleMesh_i31hb")
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1.97424)
|
|
script = ExtResource("1_qivxh")
|
|
|