12345678910111213141516171819202122232425262728293031323334 |
- [gd_scene load_steps=5 format=3 uid="uid://dt0wubkenx5a1"]
- [ext_resource type="PackedScene" uid="uid://cjtln1brv5njd" path="res://entities/GridBasedMovable.tscn" id="1_58foj"]
- [ext_resource type="Script" path="res://entities/objects/tools/PlayerToolObject.gd" id="2_nilaj"]
- [ext_resource type="ArrayMesh" uid="uid://bpb7fnq0cox1c" path="res://entities/objects/tools/grinding_tool_item.obj" id="3_grmkl"]
- [ext_resource type="Material" uid="uid://st2d73wbhj7" path="res://entities/objects/tools/PlayerTools01.material" id="4_t0s32"]
- [node name="GrindingToolObject" groups=["pushable", "tool"] instance=ExtResource("1_58foj")]
- script = ExtResource("2_nilaj")
- tool_type = 3
- [node name="StaticMesh" parent="RotationPoint" index="1"]
- mesh = ExtResource("3_grmkl")
- surface_material_override/0 = ExtResource("4_t0s32")
- [node name="CollisionShape3D" parent="." index="1"]
- transform = Transform3D(1, 0, 0, 0, 0.75, 0, 0, 0, 1, 0, 0.6, 0)
- [node name="DetectionArea" parent="." index="3"]
- transform = Transform3D(1, 0, 0, 0, 0.6, 0, 0, 0, 1, 0, 0.126965, 0)
- [node name="RayCastFront" parent="RC_Holder" index="0"]
- collision_mask = 23
- [node name="RayCastDownRamp" parent="RC_Holder" index="1"]
- collision_mask = 23
- [node name="RayCastBack" parent="RC_Holder" index="3"]
- collision_mask = 15
- [connection signal="no_health" from="Health" to="." method="_on_Health_no_health"]
- [editable path="RC_Holder"]
|