From 688b1f14e93eac9e76553a9084a388a05981d571 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Fri, 23 Feb 2024 19:01:37 +0000 Subject: [PATCH] fix(*): Fix ball model scaling --- Game/scenes/match.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game/scenes/match.tscn b/Game/scenes/match.tscn index fdf11b8..d0856a3 100644 --- a/Game/scenes/match.tscn +++ b/Game/scenes/match.tscn @@ -61,7 +61,7 @@ metadata/_edit_group_ = true shape = SubResource("SphereShape3D_c5p07") [node name="MeshInstance3D" type="MeshInstance3D" parent="Ball"] -transform = Transform3D(0.59, 0, 0, 0, 0.59, 0, 0, 0, 0.59, 2.08165e-12, 2.08165e-12, 2.08165e-12) +transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 2.08165e-12, 2.08165e-12, 2.08165e-12) mesh = ExtResource("2_4bpxj") [node name="Players" type="Node3D" parent="."]