36 lines
1.7 KiB
Text
36 lines
1.7 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://c5b2f1o0d36aj"]
|
|
|
|
[ext_resource type="Script" path="res://player/player_ship/player_ship.gd" id="1_16158"]
|
|
[ext_resource type="PackedScene" uid="uid://duptl2212yaxs" path="res://maps/delta_boat.tscn" id="2_bx1jl"]
|
|
[ext_resource type="PackedScene" uid="uid://cjklxedjnvc1c" path="res://player/character/character.tscn" id="3_4lkoo"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_llylc"]
|
|
radius = 0.638144
|
|
height = 2.57405
|
|
|
|
[node name="Node3D" type="CharacterBody3D"]
|
|
script = ExtResource( "1_16158" )
|
|
|
|
[node name="delta_boat" parent="." instance=ExtResource( "2_bx1jl" )]
|
|
transform = Transform3D(-1, 0, -1.50996e-07, 0, 1, 0, 1.50996e-07, 0, -1, 0, 0, 0)
|
|
|
|
[node name="character" parent="." instance=ExtResource( "3_4lkoo" )]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.126486, -0.179606)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0.337255, 0)
|
|
shape = SubResource( "CapsuleShape3D_llylc" )
|
|
|
|
[node name="camera_root" type="Node3D" parent="."]
|
|
|
|
[node name="horizontal_root" type="Node3D" parent="camera_root"]
|
|
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0)
|
|
|
|
[node name="vertical_root" type="Node3D" parent="camera_root/horizontal_root"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.35248, 0)
|
|
|
|
[node name="Camera3D_TPS" type="Camera3D" parent="camera_root/horizontal_root/vertical_root"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.74846e-07, 0, 2)
|
|
|
|
[node name="Camera3D_FPS" type="Camera3D" parent="camera_root"]
|
|
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0.761588, 0)
|