Skip to content

Commit 98b34ea

Browse files
committed
ball: Fix ball size.
1 parent 7cc5386 commit 98b34ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Assets/Resources/Prefabs/DefaultBall.prefab

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ Transform:
2626
m_PrefabAsset: {fileID: 0}
2727
m_GameObject: {fileID: 2309223392540829464}
2828
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
29-
m_LocalPosition: {x: 434, y: 1648, z: 37.9}
30-
m_LocalScale: {x: 0.05, y: 0.05, z: 0.05}
29+
m_LocalPosition: {x: 0, y: 0, z: 0}
30+
m_LocalScale: {x: 1, y: 1, z: 1}
31+
m_ConstrainProportionsScale: 0
3132
m_Children: []
3233
m_Father: {fileID: 0}
3334
m_RootOrder: 0

0 commit comments

Comments
 (0)