testing stuff
This commit is contained in:
parent
9fa2b90074
commit
3fcd5087bd
2 changed files with 3 additions and 1 deletions
|
@ -7,8 +7,9 @@
|
|||
radius = 5.0
|
||||
height = 10.0
|
||||
|
||||
[node name="Body" type="Node3D"]
|
||||
[node name="Body" type="Node3D" node_paths=PackedStringArray("arms")]
|
||||
script = ExtResource("1_21au4")
|
||||
arms = [NodePath("ArmPivot/PickaxeArm")]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("SphereMesh_jcpb6")
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
[node name="PickaxeArm" instance=ExtResource("1_74cmy")]
|
||||
script = ExtResource("2_q356t")
|
||||
action = &"ActivateArm1"
|
||||
|
||||
[node name="Sphere_004" parent="Skeleton3D" index="0"]
|
||||
transform = Transform3D(0.919691, 0, 0, 0, 0.919691, 0, 0, 0, 0.919691, -0.000102931, 10, 6.41946e-09)
|
||||
|
|
Loading…
Add table
Reference in a new issue