2024-09-27 11:46:31 +02:00
|
|
|
[gd_scene load_steps=8 format=3 uid="uid://ch0s3dxx3rpir"]
|
2024-09-03 18:44:55 +02:00
|
|
|
|
2024-09-08 16:57:39 +02:00
|
|
|
[ext_resource type="Script" path="res://objects/player.gd" id="1_qkf7c"]
|
2024-09-03 18:44:55 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://dy8vjf760prhq" path="res://assets/characters/rogue.tscn" id="2_whuis"]
|
2024-09-27 11:46:31 +02:00
|
|
|
[ext_resource type="PackedScene" uid="uid://dmvl0igyslm80" path="res://assets/tools/Shovel.tscn" id="2_wyjbd"]
|
2024-09-03 18:44:55 +02:00
|
|
|
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_jd31k"]
|
|
|
|
albedo_color = Color(1, 1, 0.698039, 1)
|
|
|
|
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_dwrtd"]
|
|
|
|
material = SubResource("StandardMaterial3D_jd31k")
|
|
|
|
radius = 0.12
|
|
|
|
height = 0.6
|
|
|
|
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_7kfad"]
|
|
|
|
radius = 0.24158
|
|
|
|
height = 0.952333
|
|
|
|
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_wrkyq"]
|
|
|
|
radius = 0.194932
|
|
|
|
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
2024-09-08 16:57:39 +02:00
|
|
|
script = ExtResource("1_qkf7c")
|
2024-09-03 18:44:55 +02:00
|
|
|
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.3, 0)
|
|
|
|
visible = false
|
|
|
|
mesh = SubResource("CapsuleMesh_dwrtd")
|
|
|
|
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.470516, 0)
|
|
|
|
shape = SubResource("CapsuleShape3D_7kfad")
|
|
|
|
|
2024-09-27 11:46:31 +02:00
|
|
|
[node name="RightHandBone" type="BoneAttachment3D" parent="."]
|
|
|
|
transform = Transform3D(0.999999, 9.88405e-08, -4.98676e-07, -4.35653e-07, -8.58306e-07, -0.999999, 3.52662e-08, 1, -7.42514e-07, -0.883132, 1.04926, -1.61464e-05)
|
|
|
|
bone_name = "Knife"
|
|
|
|
bone_idx = 17
|
|
|
|
use_external_skeleton = true
|
|
|
|
external_skeleton = NodePath("../Geometry/Rogue/Rogue/Rig/Skeleton3D")
|
|
|
|
|
|
|
|
[node name="RightHandAttachement" type="Node3D" parent="RightHandBone"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
|
|
|
[node name="ShovelScene" parent="RightHandBone/RightHandAttachement" instance=ExtResource("2_wyjbd")]
|
|
|
|
|
2024-09-03 18:44:55 +02:00
|
|
|
[node name="Geometry" type="Node3D" parent="."]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
transform = Transform3D(0.4, 0, 0, 0, 0.4, 0, 0, 0, 0.4, 0, 0, 0)
|
|
|
|
|
|
|
|
[node name="Rogue" parent="Geometry" instance=ExtResource("2_whuis")]
|
|
|
|
|
2024-09-08 16:57:39 +02:00
|
|
|
[node name="ActionableDetector" type="Area3D" parent="Geometry"]
|
2024-09-03 18:44:55 +02:00
|
|
|
unique_name_in_owner = true
|
2024-09-08 16:57:39 +02:00
|
|
|
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0.813277)
|
2024-09-03 18:44:55 +02:00
|
|
|
collision_layer = 0
|
|
|
|
collision_mask = 16
|
|
|
|
|
2024-09-08 16:57:39 +02:00
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Geometry/ActionableDetector"]
|
2024-09-03 18:44:55 +02:00
|
|
|
shape = SubResource("SphereShape3D_wrkyq")
|
|
|
|
|
2024-09-10 22:26:26 +02:00
|
|
|
[node name="BuildLocation" type="Node3D" parent="Geometry"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 2.4682)
|