diff --git a/blends/giant.blend1 b/blends/giant.blend1 deleted file mode 100644 index ecdcf26..0000000 Binary files a/blends/giant.blend1 and /dev/null differ diff --git a/godot/.gitignore b/godot/.gitignore index a9db87c..f35d441 100644 --- a/godot/.gitignore +++ b/godot/.gitignore @@ -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 diff --git a/godot/Models/grape_man.tscn b/godot/Models/grape_man.tscn index 3e88855..f729ffc 100644 --- a/godot/Models/grape_man.tscn +++ b/godot/Models/grape_man.tscn @@ -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) diff --git a/godot/player.tscn b/godot/player.tscn index 46976f9..a5c76b0 100644 --- a/godot/player.tscn +++ b/godot/player.tscn @@ -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")]