63 lines
2.8 KiB
Plaintext
63 lines
2.8 KiB
Plaintext
[gd_scene load_steps=11 format=3 uid="uid://2ch34sio36nv"]
|
|
|
|
[ext_resource type="Script" uid="uid://ylmy3nvpirgr" path="res://entities/player/Player.gd" id="1_24gqh"]
|
|
[ext_resource type="Script" uid="uid://bwxdv3kxrs4oj" path="res://entities/player/PlayerMovement.gd" id="2_o7et6"]
|
|
[ext_resource type="Script" uid="uid://b3nty7pvbo58d" path="res://entities/player/PlayerInteraction.gd" id="3_24gqh"]
|
|
[ext_resource type="Script" uid="uid://bdv1fj1pwknrs" path="res://entities/player/PlayerInput.gd" id="4_yjynp"]
|
|
[ext_resource type="Script" uid="uid://bdjgvyiacbg28" path="res://entities/player/PlayerCamera.gd" id="5_g3lhm"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_2m2ha"]
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_g13of"]
|
|
|
|
[sub_resource type="BoxMesh" id="BoxMesh_g13of"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_g13of"]
|
|
albedo_color = Color(0.0156863, 0.282353, 1, 1)
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_g13of"]
|
|
size = Vector3(0.705444, 0.680542, 1.17688)
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
script = ExtResource("1_24gqh")
|
|
|
|
[node name="Scripts" type="Node" parent="."]
|
|
|
|
[node name="PlayerMovement" type="Node" parent="Scripts" node_paths=PackedStringArray("player")]
|
|
script = ExtResource("2_o7et6")
|
|
player = NodePath("../..")
|
|
|
|
[node name="PlayerInteraction" type="Node" parent="Scripts" node_paths=PackedStringArray("interactableArea", "player")]
|
|
script = ExtResource("3_24gqh")
|
|
interactableArea = NodePath("../../PlayerInteractableArea")
|
|
player = NodePath("../..")
|
|
|
|
[node name="PlayerInput" type="Node" parent="Scripts" node_paths=PackedStringArray("interaction", "movement")]
|
|
script = ExtResource("4_yjynp")
|
|
interaction = NodePath("../PlayerInteraction")
|
|
movement = NodePath("../PlayerMovement")
|
|
|
|
[node name="PlayerCamera" type="Node" parent="Scripts" node_paths=PackedStringArray("camera")]
|
|
script = ExtResource("5_g3lhm")
|
|
camera = NodePath("../../PlayerCamera")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("CapsuleShape3D_2m2ha")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
mesh = SubResource("CapsuleMesh_g13of")
|
|
|
|
[node name="MeshInstance3D2" type="MeshInstance3D" parent="."]
|
|
transform = Transform3D(0.598863, 0, 0, 0, 0.598863, 0, 0, 0, 0.598863, 0, 0.441532, 0.539694)
|
|
mesh = SubResource("BoxMesh_g13of")
|
|
surface_material_override/0 = SubResource("StandardMaterial3D_g13of")
|
|
|
|
[node name="PlayerInteractableArea" type="Area3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.185831, 0.817421)
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="PlayerInteractableArea"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0123757, 0.0497631, 0.0865124)
|
|
shape = SubResource("BoxShape3D_g13of")
|
|
|
|
[node name="PlayerCamera" type="Camera3D" parent="."]
|