This commit is contained in:
Spencer Killen 2023-08-19 17:02:32 -06:00
parent 8465f2eadb
commit a95e64bdf5
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
4 changed files with 8 additions and 7 deletions

Binary file not shown.

12
godot/.gitignore vendored
View File

@ -1,8 +1,8 @@
# Godot 4+ specific ignores
.godot/
*.blend1
*.blend2
*.blend3
*.blend4
*.blend5
*.blend6
blends/*.blend1
blends/*.blend2
blends/*.blend3
blends/*.blend4
blends/*.blend5
blends/*.blend6

View File

@ -150,7 +150,7 @@ transform = Transform3D(0.065, 0, 0, 0, 0.065, 0, 0, 0, 0.065, 0, 0, 0)
script = ExtResource("2_ksje8")
[node name="Skeleton3D" parent="rig" index="0"]
bones/0/rotation = Quaternion(0.0970975, 0, 0, 0.995275)
bones/0/rotation = Quaternion(0.0889611, 0, 0, 0.996035)
bones/1/rotation = Quaternion(-0.0891896, 1.18734e-07, -1.06322e-08, 0.996015)
bones/2/rotation = Quaternion(0.0133933, -1.19199e-07, 1.5966e-09, 0.99991)
bones/3/rotation = Quaternion(-0.00997737, 0.100365, -0.694951, 0.711948)

View File

@ -12,6 +12,7 @@
script = ExtResource("1_7gpdp")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(0.225, 0, 0, 0, 0.225, 0, 0, 0, 0.145, 0, 0.21, 0)
shape = SubResource("CapsuleShape3D_kb4ms")
[node name="grape_man" parent="." instance=ExtResource("2_hg0av")]