19 lines
833 B
Text
19 lines
833 B
Text
[gd_scene load_steps=4 format=3 uid="uid://b2mdmt47l7ywn"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://c8pl07tl2qho3" path="res://character/BaseProp.tscn" id="1_sy0xf"]
|
|
[ext_resource type="PackedScene" uid="uid://d3k22r7e8jyw4" path="res://assets/Tools/WrenchFrench.gltf" id="2_y5fqg"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_6ciki"]
|
|
size = Vector3(0.71, 0.03, 0.12)
|
|
|
|
[node name="PropWrenchFrench" node_paths=PackedStringArray("visual") instance=ExtResource("1_sy0xf")]
|
|
friendlyname = "Wrench"
|
|
visual = NodePath("WrenchFrench2")
|
|
speed = 1.25
|
|
jump_speed = 4.0
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." index="3"]
|
|
shape = SubResource("BoxShape3D_6ciki")
|
|
|
|
[node name="WrenchFrench2" parent="." index="4" instance=ExtResource("2_y5fqg")]
|
|
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
|