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.
41 lines
1.7 KiB
41 lines
1.7 KiB
[gd_scene load_steps=5 format=3 uid="uid://dbd1niu3tp8y5"]
|
|
|
|
[ext_resource type="Script" uid="uid://cp4snd0amnhfu" path="res://scripts/CSharp/Common/Player3D.cs" id="1_3trg2"]
|
|
[ext_resource type="Texture2D" uid="uid://cvn2p215jq2am" path="res://art/mockups/concerned.png" id="1_5jpx2"]
|
|
[ext_resource type="Script" uid="uid://c81bn1w8o0n2n" path="res://scripts/CSharp/Common/CameraPivot.cs" id="3_3trg2"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_1vdrh"]
|
|
radius = 0.0478421
|
|
height = 0.234557
|
|
|
|
[node name="Player3d" type="Node3D"]
|
|
|
|
[node name="CharacterBody3D" type="CharacterBody3D" parent="." node_paths=PackedStringArray("_camera")]
|
|
collision_layer = 16
|
|
collision_mask = 17
|
|
script = ExtResource("1_3trg2")
|
|
_speed = 10.0
|
|
_camera = NodePath("CameraPivot2/SubPivot/Camera3D")
|
|
|
|
[node name="Sprite" type="Sprite3D" parent="CharacterBody3D"]
|
|
transform = Transform3D(0.04, 0, 0, 0, 0.04, 0, 0, 0, 0.04, 0, 0.110813, 0)
|
|
billboard = 1
|
|
shaded = true
|
|
render_priority = 100
|
|
texture = ExtResource("1_5jpx2")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="CharacterBody3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.119886, 0)
|
|
shape = SubResource("CapsuleShape3D_1vdrh")
|
|
|
|
[node name="CameraPivot2" type="Node3D" parent="CharacterBody3D" node_paths=PackedStringArray("_subPivot")]
|
|
transform = Transform3D(1, 0, 0, 0, 0.93358, 0.358368, 0, -0.358368, 0.93358, 0, 0.159723, 0)
|
|
script = ExtResource("3_3trg2")
|
|
_subPivot = NodePath("SubPivot")
|
|
|
|
[node name="SubPivot" type="Node3D" parent="CharacterBody3D/CameraPivot2"]
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="CharacterBody3D/CameraPivot2/SubPivot"]
|
|
transform = Transform3D(1, 0, 0, 0, 0.933581, 0.358368, 0, -0.358368, 0.933581, 0, 0.638658, 1.73382)
|
|
fov = 24.0844
|